SurfaceHatchInfoPatternScale Property |
Gets or sets the scale of pattern to expand or contract a predefined or custom-defined pattern.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double PatternScale { get; set; }
Public Property PatternScale As Double
Get
Set
public:
property double PatternScale {
double get ();
void set (double value);
}
Property Value
Double
Remarks
This property can still be gotten or set when pattern is user-defined, but is meaningless.
See Also