SampleLineVertexOffsetIndex Property |
Gets the offset index of the vertex relative to the center point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int OffsetIndex { get; }
Public ReadOnly Property OffsetIndex As Integer
Get
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