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.4.2516.0
Syntax
| C# |
|---|
public int Number { get; set; } |
| Visual Basic |
|---|
Public Property Number As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int Number {
int get ();
void set (int value);
} |
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the value of ParcelNumber is set to a number which is already used by another parcel.
|
See Also