API Documentation > Interface Classes > Class pfcConnectorParamExportInstructions
Class pfcConnectorParamExportInstructions

# include <pfcModel.h>

class
pfcConnectorParamExportInstructions
: public virtual
pfcExportInstructions
{
xdeclare(pfcConnectorParamExportInstructions)
...
};
This is a
COMPACT class.

Description
Used to write the parameters of a connector to a file.
See Also:
Manual References:
Method Summary
Creates a new instructions object used to write the parameters of a connector to a file.
void
A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
Methods Inherited from Class pfcExportInstructions::
Method Detail
GetMembIdTab
()
void
SetMembIdTab
A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
Creates a new instructions object used to write the parameters of a connector to a file.
Manual References:
Parameters:
MembIdTab
A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
Returns:
The new instructions object
Was this helpful?