API Documentation > Classes > Interface IpfcCableParamsImportInstructions
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.
Property
Harness
A harness model referenced by the assembly.
Method Detail
Function
CCpfcCableParamsImportInstructions.Create
(Harness as IpfcModel, CableName as String) as IpfcCableParamsImportInstructions
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.
Was this helpful?