Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / ApplyRecord Method / ApplyRecord(String,Boolean) Method
Name of the record to apply.
Whether the page data should be set.

ApplyRecord(String,Boolean) Method
Applies a record of values on a PlaceHolder object.
Syntax
public virtual void ApplyRecord( 
   string strRecordName,
   bool bApplyPageData
)

Parameters

strRecordName
Name of the record to apply.
bApplyPageData
Whether the page data should be set.
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