Enable user to set the ParcelNumber to the number which is original or not used by other Parcels.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int Number { get; set; }
Public Property Number As Integer
Get
Set
public:
property int Number {
int get ();
void set (int value);
}
Property Value
Int32
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the value of ParcelNumber is set to a number which is already used by another parcel.
|
See Also