FileGdbCoordinatePrecisionGridZScale Property |
Gets or sets the scale of Z coordinate. If set to the default is used.
Namespace:
Aspose.Gis.Formats.FileGdb
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic Nullable<double> ZScale { get; set; }Public Property ZScale As Nullable(Of Double)
Get
Set
public:
property Nullable<double> ZScale {
Nullable<double> get ();
void set (Nullable<double> value);
}member ZScale : Nullable<float> with get, set
Property Value
Type:
NullableDouble
Exceptions
Remarks
Default value is ZScale = 1 / ZTolerance * 10.
See Also