Gets the ID of the profile entity that follows the current entity.

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

Syntax

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

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when there is no profile entity after current ProfilePVI.

See Also