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

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

    Return Value

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