Library | Package Java Toolkit

Interface ConnectorParamExportInstructions

package com.ptc.pfc.pfcModel;

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



Description

Used to write the parameters of a connector to a file.
See Also:
pfcModel.ConnectorParamExportInstructions_Create(intseq), Model.Export(String, ExportInstructions)



Method Summary
intseqGetMembIdTab ()
    Get method for attribute "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.
voidSetMembIdTab (intseq value)
    Set method for attribute "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.

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

Method Detail

GetMembIdTab/SetMembIdTab

intseqGetMembIdTab ()
voidSetMembIdTab (intseq value)


    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.