Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / AddRecord Method
Name of the record.

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

Parameters

strRecordName
Name of the record.

Return Value

Index of the record.
See Also