PatternDouble Property

Gets or sets a boolean value to specify whether to use the user-defined pattern in two vertical direction.

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

Syntax

C#

public bool PatternDouble { get; set; }

Visual Basic

Public Property PatternDouble As Boolean
	Get
	Set

Visual C++

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

Remarks

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

See Also