Gets the ID of the profile entity that follows the current entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when there is no profile entity after current ProfilePVI. |