Spacing Property

Gets or sets the spacing value for user-defined hatch patterns.

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

Syntax

C#

public double Spacing { get; set; }

Visual Basic

Public Property Spacing As Double
	Get
	Set

Visual C++

public:
property double Spacing {
	double get ();
	void set (double value);
}

See Also