API Help
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / AddRecord Method
Name of the record.

In This Topic
    AddRecord Method (PlaceHolder3D)
    In This Topic
    Adds a new record with the specified name to the Placeholder3D object.
    Syntax
    public virtual int AddRecord( 
       string strRecordName
    )
    public:
    virtual int AddRecord( 
       String^ strRecordName
    ) 

    Parameters

    strRecordName
    Name of the record.

    Return Value

    Index of the record.
    See Also