SampleLineVertexOffsetIndex Property

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.292
Syntax
public int OffsetIndex { get; }

Property Value

Int32
Remarks
OffsetIndex is 0 for the vertex that intersects with the alignment. The OffsetIndex of the first vertex on both the left and right start from 1.
See Also