PatternScaleType Property

Gets a boolean value to specify that the hatch pattern is scaled relative to paper space units.

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

Syntax

C#

public bool PatternScaleType { get; }

Visual Basic

Public ReadOnly Property PatternScaleType As Boolean
	Get

Visual C++

public:
property bool PatternScaleType {
	bool get ();
}

See Also