FileGdbOptionsMTolerance Property

M snapping tolerance.

Namespace:  Aspose.Gis.Formats.FileGdb
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public Nullable<double> MTolerance { 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. The default is 0.001.
See Also