API Help
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / NameOfRecord Property
Index of the record. (zero based)

NameOfRecord Property (PlaceHolder)
Gets/Sets the name of a record, specified by its index.
Syntax
public virtual string NameOfRecord( 
   int nIndex
) {get; set;}

Parameters

nIndex
Index of the record. (zero based)

Property Value

Name of the record.
Exceptions
ExceptionDescription
Thrown in case of invalid arguments, e.g. if the index does not exist.
See Also