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