Share

Parcel.Number 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.280

Syntax

C#

public int Number { get; set; }

VB

Public Property Number As Integer
	Get
	Set

C++

public:
property int Number {
	int get ();
	void set (int value);
}

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

Reference

Was this information helpful?