Library | Module

Interface IpfcSubstitution



Description

Base class to classes that represents all types of substitution; it specifies the substitution type and substitute data.
Direct Known Subclasses:
IpfcSubstInterchg, IpfcSubstPrtRep, IpfcSubstAsmRep, IpfcSubstEnvelope



Property Summary

PropertySubstPathas Iintseq
Path to the substitute component.



Method Summary

FunctionGetSubstType () as IpfcSubstType
Returns a SubstType instance indicating the type of substitution object that can used in the simplified representation.



Property Detail


PropertySubstPathas Iintseq

Path to the substitute component.





Method Detail


FunctionGetSubstType () as IpfcSubstType

Returns a SubstType instance indicating the type of substitution object that can used in the simplified representation.
Returns:
One of the static instances of SubstType (e.g. SUBST_PRT_REP).