Gets or sets the address of the parcel. It returns empty string if attribute is not set

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public string Address { get; set; }
Visual Basic
Public Property Address As String
	Get
	Set
Visual C++
public:
property String^ Address {
	String^ get ();
	void set (String^ value);
}

See Also