Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / GetValues Method
Record name.

In This Topic
    GetValues Method (PlaceHolder3D)
    In This Topic
    \Returns the values of all variables in the nIndex-th PlaceHolder3D of a Macro variant for a given record.
    Syntax
    public virtual StringCollection GetValues( 
       string strRecordName
    )
    public:
    virtual StringCollection^ GetValues( 
       String^ strRecordName
    ) 

    Parameters

    strRecordName
    Record name.

    Return Value

    The values of the variables.
    Exceptions
    ExceptionDescription
    Thrown in case of missing parameters.
    Thrown in case of invalid arguments.
    The internal interface for place holders could not be created.
    See Also