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)
Syntaxpublic string ZAttribute { get; set; }
Public Property ZAttribute As String
Get
Set
public:
property String^ ZAttribute {
String^ get ();
void set (String^ value);
}
member ZAttribute : string with get, set
Property Value
Type:
String
See Also