LastEntity Property

Gets the ID of the last ProfileEntity in the collection.

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

Syntax

C#

public uint LastEntity { get; }

Visual Basic

Public ReadOnly Property LastEntity As UInteger
	Get

Visual C++

public:
property unsigned int LastEntity {
	unsigned int get ();
}

Exceptions

ExceptionCondition
Autodesk.Civil.EntityNotFoundException Throw when the collection is empty.

See Also