Share

SampleLineVertex.OffsetIndex 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.280

Syntax

C#

public int OffsetIndex { get; }

VB

Public ReadOnly Property OffsetIndex As Integer
	Get

C++

public:
property int OffsetIndex {
	int 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

Reference

Was this information helpful?