Solid Edge Revision Manager Object Library
OpenDataFromPCF Method
Specifies the name of the PCF to open.
Specifies whether the referenced PCF name contains valid data.
Description
This method opens the specified Packaged Collaboration File (PCF).
Syntax
Visual Basic
Public Function OpenDataFromPCF( _
   ByVal PCFFileName As String, _
   ByRef bHasData As Boolean _
) As Long
Parameters
PCFFileName
Specifies the name of the PCF to open.
bHasData
Specifies whether the referenced PCF name contains valid data.
See Also

IRMgrApp Object  | IRMgrApp Members