Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / NameOfRecord Property
Index of the record. (zero based)

In This Topic
    NameOfRecord Property (PlaceHolder3D)
    In This Topic
    Gets/Sets the name of a record, specified by its index.
    Syntax
    public virtual string NameOfRecord( 
       int nIndex
    ) {get; set;}
    public:
    virtual property String^ NameOfRecord {
       String^ get(int nIndex);
       void set (int nIndex, String^ value);
    }

    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