Gets or sets a double value to specify the spacing of lines in a user-defined pattern.

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

Syntax

C#
public double PatternSpace { get; set; }
Visual Basic
Public Property PatternSpace As Double
	Get
	Set
Visual C++
public:
property double PatternSpace {
	double get ();
	void set (double value);
}

Remarks

This property can still be gotten or set when pattern is custom-defined or predefined, but is meaningless.

See Also