Gets or sets the tax id of the parcel.
It returns zero if attribute is not set
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public int TaxId { get; set; } |
| Visual Basic |
|---|
Public Property TaxId As Integer Get Set |
| Visual C++ |
|---|
public: property int TaxId { int get (); void set (int value); } |