GpxOptionsZAttribute Property

Determines which GPX attribute will be exported as 'Z' coordinate of waypoints, route points and track points. If - no attribute will be exported as 'Z' coordinate. Defaults to "ele". Possible values are names of all GPX XML attribute that can be represented as double (e.g. "speed", "magvar", "geoidheight" etc.)

Namespace:  Aspose.Gis.Formats.Gpx
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public string ZAttribute { get; set; }

Property Value

Type: String
See Also