Gets or sets the scale of pattern to expand or contract a predefined or custom-defined pattern.

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

Syntax

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

Remarks

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

See Also