Library | Module

Interface IpfcConnectorParamExportInstructions



Description

Used to write the parameters of a connector to a file.
See Also:
IpfcConnectorParamExportInstructions.Create(), IpfcModel.Export()
Direct Parent Classes:
IpfcExportInstructions



Property Summary

PropertyMembIdTabas Iintseq
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.



Method Summary

FunctionCCpfcConnectorParamExportInstructions.Create (MembIdTab as Iintseq) as IpfcConnectorParamExportInstructions
Creates a new instructions object used to write the parameters of a connector to a file.



Property Detail


PropertyMembIdTabas Iintseq

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.





Method Detail


FunctionCCpfcConnectorParamExportInstructions.Create (MembIdTab as Iintseq) as IpfcConnectorParamExportInstructions

Creates a new instructions object used to write the parameters of a connector to a file.
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