API Documentation > Classes > Interface IpfcSubstitution
Interface IpfcSubstitution
Description
Base class to classes that represents all types of substitution; it specifies the substitution type and substitute data.
Direct Known Subclasses:
User Guide References:
Property Summary
Property
Path to the substitute component.
Method Summary
Function
Returns a SubstType instance indicating the type of substitution object that can used in the simplified representation.
Property Detail
Property
SubstPath
Path to the substitute component.
Method Detail
Function
GetSubstType
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).
Was this helpful?