C++
Acad::ErrorStatus getLabelNameAt( int idx, AcString& sName ) const;
Description
Gets the label at the specified vertex index.
Parameters
| Parameters | Description |
|---|---|
| sName | Output: AcString - the label name associated with the specified vertex. |
| index | Input: int - the index of the vertex of interest. |
Returns
eOk if successful, eInvalidInput if the index is out of range.