Library | File

Class pfcSubstEnvelope

# include <pfcSimpRep.h>

class pfcSubstEnvelope
 : public virtual pfcSubstitution
{
    xdeclare(pfcSubstEnvelope)
    ...
};
This is a COMPACT class.



Description

Substitute with an envelope.



Method Summary

static pfcSubstEnvelope_ptrCreate (xintsequence_ptr SubstPath)
Creates a new object used to substitute with an envelope.


Methods Inherited from Class pfcSubstitution:

GetSubstType, GetSubstPath, SetSubstPath



Method Detail

static pfcSubstEnvelope_ptrCreate (xintsequence_ptr SubstPath)

Creates a new object used to substitute with an envelope.

The return value is used as a component of the pfcSimpRepInstructions.
Parameters:
SubstPath
Path to the substitute component.
Returns:
The pfcSubstEnvelope object.