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.8.0.280
Syntax
C#
public bool PatternDouble { get; set; }
VB
Public Property PatternDouble As Boolean Get Set
C++
public: property bool PatternDouble { bool get (); void set (bool value); }