Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / ApplyRecord Method / ApplyRecord(String) Method
Name of the record to apply.

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