Gets a value indicating if the geometry has Z.
Namespace:
Esri.ArcGISRuntime.Geometry
Assembly:
Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 100.9.0
Syntaxpublic abstract bool HasZ { get; }
Public MustOverride ReadOnly Property HasZ As Boolean
Get
Property Value
Type:
Boolean
Remarks
Z-values typically represent elevation, height, or depth.
See Also