Interface IpfcCableParamsImportInstructions
Description
This class specifies instructions used to import from a cable parameters file.
Direct Parent Classes:
User Guide References:
Property Summary
Property | | as String |
| |
| |
| The name of the imported cable file. |
Property | | |
| |
| |
| A harness model referenced by the assembly. |
Method Summary
Function | |
| |
| |
| Creates a new instructions object used to import from cable parameters (CABLE_PARAMS) type file. |
Property Detail
Property | CableName | | as String |
The name of the imported cable file.
A harness model referenced by the assembly.
Method Detail
Function | CCpfcCableParamsImportInstructions.Create | |
Creates a new instructions object used to import from cable parameters (CABLE_PARAMS) type file.
This argument must be passed to
IpfcModel.Import() to read in the parameters file. Valid only for cabling assemblies.
Parameters:
Harness
A harness referenced by the assembly.
CableName
The name of the imported cable file.
Returns:
The new instructions object.