API Documentation > Interface Classes > Class pfcCableParamsImportInstructions
Class pfcCableParamsImportInstructions

# include <pfcModel.h>

class
pfcCableParamsImportInstructions
: public virtual
pfcImportInstructions
{
xdeclare(pfcCableParamsImportInstructions)
...
};
This is a
COMPACT class.

Description
This class specifies instructions used to import from a cable parameters file.
User Guide References:
Methods Inherited from Class pfcImportInstructions::
Method Summary
Create (pfcModel_ptr Harness, xrstring CableName)
Creates a new instructions object used to import from cable parameters (CABLE_PARAMS) type file.
void
The name of the imported cable file.
void
A harness model referenced by the assembly.
Method Detail
GetHarness
()
void
SetHarness
(pfcModel_ptr value)
A harness model referenced by the assembly.
GetCableName
()
void
SetCableName
(xrstring value)
The name of the imported cable file.
Creates a new instructions object used to import from cable parameters (CABLE_PARAMS) type file.
This argument must be passed to pfcModel::Import(xrstring, pfcImportInstructions_ptr) to read in the parameters file. Valid only for cabling assemblies.
User Guide References:
Parameters:
Harness
A harness referenced by the assembly.
CableName
The name of the imported cable file.
Returns:
The new instructions object.
Was this helpful?