Eplan Platform API
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / ApplyRecord Method / ApplyRecord(String) Method
Name of the record to apply.

ApplyRecord(String) Method
Applies a record of values on a PlaceHolder object.
Syntax
void ApplyRecord( 
   string strRecordName
)

Parameters

strRecordName
Name of the record to apply.
Exceptions
ExceptionDescription
Thrown in case of missing parameters.
Thrown in case of invalid arguments.
The internal interface for place holders could not be created.
Remarks
Sets also the page data.
See Also