GpxOptionsMAttribute Property |
Determines which GPX attribute will be exported as 'M' coordinate of waypoints, route points and track points.
Behavior is same with
ZAttribute, defaults to
.
Namespace:
Aspose.Gis.Formats.Gpx
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic string MAttribute { get; set; }
Public Property MAttribute As String
Get
Set
public:
property String^ MAttribute {
String^ get ();
void set (String^ value);
}
member MAttribute : string with get, set
Property Value
Type:
String
See Also