Share

ParcelStyle.ObservePatternFillDistance Property

Gets or sets the boolean value that enables the use of the width of boundary area parcel setting, the offset distance from the parcel boundary.



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

Syntax

C#

public bool ObservePatternFillDistance { get; set; }

VB

Public Property ObservePatternFillDistance As Boolean
	Get
	Set

C++

public:
property bool ObservePatternFillDistance {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?