Eplan Platform API
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / NameOfRecord Property
Index of the record. (zero based)

NameOfRecord Property (IPlaceHolder)
Gets/Sets the name of a record, specified by its index.
Syntax
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