Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / GetValues Method
Record name.

GetValues Method (PlaceHolder)
Returns the values of all variables in the nIndex-th PlaceHolder of a Macro variant for a given record.
Syntax
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