Share

ProfileEntityCollection.FirstEntity Property

Gets the ID of the first ProfileEntity in the collection.



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

Syntax

C#

public uint FirstEntity { get; }

VB

Public ReadOnly Property FirstEntity As UInteger
	Get

C++

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

Property Value

UInt32

Exceptions

ExceptionCondition
EntityNotFoundException Throw when the collection is empty.

See Also

Reference

Was this information helpful?