CadPlotSettingsStandardScaleType Property |
Gets or sets the type of the standard scale.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic CadPlotStandardScaleType StandardScaleType { get; set; }
Public Property StandardScaleType As CadPlotStandardScaleType
Get
Set
public:
property CadPlotStandardScaleType StandardScaleType {
CadPlotStandardScaleType get ();
void set (CadPlotStandardScaleType value);
}
member StandardScaleType : CadPlotStandardScaleType with get, set
Property Value
Type:
CadPlotStandardScaleType
The type of the standard scale.
See Also