SurfaceHatchInfoPatternDouble Property |
Gets or sets a boolean value to specify whether to use the user-defined pattern in two vertical direction.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool PatternDouble { get; set; }
Public Property PatternDouble As Boolean
Get
Set
public:
property bool PatternDouble {
bool get ();
void set (bool value);
}
Property Value
Boolean
Remarks
This property can still be gotten or set when pattern is custom-defined or predefined, but is meaningless.
See Also