Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / GetVariableNames Method

In This Topic
    GetVariableNames Method (PlaceHolder3D)
    In This Topic
    \Returns the names of all variables in the nIndex-th PlaceHolder3D of a Macro variant.
    Syntax
    public virtual StringCollection GetVariableNames()
    public:
    virtual StringCollection^ GetVariableNames(); 

    Return Value

    List of variable names.
    Exceptions
    ExceptionDescription
    The internal interface for place holders could not be created.
    See Also