FileGdbOptionsZTolerance Property |
Z snapping tolerance.
Namespace:
Aspose.Gis.Formats.FileGdb
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic Nullable<double> ZTolerance { get; set; }
Public Property ZTolerance As Nullable(Of Double)
Get
Set
public:
property Nullable<double> ZTolerance {
Nullable<double> get ();
void set (Nullable<double> value);
}
member ZTolerance : Nullable<float> with get, set
Property Value
Type:
NullableDouble
Remarks
This is a creation option and it does not affect reading.
This parameter controls a snapping tolerance used for advanced ArcGIS features.
It does not affect Aspose.GIS behavior, but it can be used by ArcGIS.
The unit of the parameter is the unit of spatial reference system.
If set to , the default is used. If spatial reference system is unknown
or has less than three dimensions the default is 0.001. If spatial reference system has three dimensions
the default is 0.001 meters converted to the unit of the third dimension.
See Also