Gets the offset index of the vertex relative to the center point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int OffsetIndex { get; }
VB
Public ReadOnly Property OffsetIndex As Integer Get
C++
public: property int OffsetIndex { int get (); }