FileGdbOptionsMTolerance Property |
M snapping tolerance.
Namespace:
Aspose.Gis.Formats.FileGdb
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic Nullable<double> MTolerance { get; set; }
Public Property MTolerance As Nullable(Of Double)
Get
Set
public:
property Nullable<double> MTolerance {
Nullable<double> get ();
void set (Nullable<double> value);
}
member MTolerance : 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. The default is 0.001.
See Also