API Help
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / GetVariableNames Method

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

    Return Value

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