ProfilePVIEntityAfter Property |
Gets the ID of the profile entity that follows the current entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic uint EntityAfter { get; }Public ReadOnly Property EntityAfter As UInteger
Get
public:
property unsigned int EntityAfter {
unsigned int get ();
}Property Value
UInt32
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when there is no profile entity after current ProfilePVI.
|
See Also