Index Property

Get the point index.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public int Index { get; }

Visual Basic

Public ReadOnly Property Index As Integer
	Get

Visual C++

public:
virtual property int Index {
	int get () sealed;
}

Implements

IPoint.Index

See Also