Gets the ID of the first ProfileEntity in the collection.

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

Syntax

C#
public uint FirstEntity { get; }
Visual Basic
Public ReadOnly Property FirstEntity As UInteger
	Get
Visual C++
public:
property unsigned int FirstEntity {
	unsigned int get ();
}

Exceptions

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

See Also