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

In This Topic
    ApplyRecord(String,Boolean) Method
    In This Topic
    Applies a record of values on a PlaceHolder3D object.
    Syntax
    public virtual void ApplyRecord( 
       string strRecordName,
       bool bApplyPageData
    )
    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