Library | Package Java Toolkit

Interface CableParamsFileInstructions

package com.ptc.pfc.pfcModel;

public interface CableParamsFileInstructions
  extends com.ptc.pfc.pfcModel.ExportInstructions



Description

Used to export cable parameters from an assembly.
See Also:
pfcModel.CableParamsFileInstructions_Create(Model, String), Model.Export(String, ExportInstructions)



Method Summary
StringGetCableName ()
    Get method for attribute "CableName"
    The name of the cable in the harness whose parameters will be exported.
ModelGetMdl ()
    Get method for attribute "Mdl"
    A harness model referenced by the assembly.
voidSetCableName (String value)
    Set method for attribute "CableName"
    The name of the cable in the harness whose parameters will be exported.
voidSetMdl (Model value)
    Set method for attribute "Mdl"
    A harness model referenced by the assembly.

Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions
GetFileType

Method Detail

GetMdl/SetMdl

ModelGetMdl ()
voidSetMdl (Model value)


    A harness model referenced by the assembly.



GetCableName/SetCableName

StringGetCableName ()
voidSetCableName (String value)


    The name of the cable in the harness whose parameters will be exported.