ParcelNumber Property

Enable user to set the ParcelNumber to the number which is original or not used by other Parcels.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public int Number { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentException Thrown when the value of ParcelNumber is set to a number which is already used by another parcel.
See Also