GeometryIsNullOrEmpty Method |
Indicates whether the specified
Geometry is
null or empty.
Namespace:
Esri.ArcGISRuntime.Geometry
Assembly:
Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 100.9.0
Syntaxpublic static bool IsNullOrEmpty(
Geometry geometry
)
Public Shared Function IsNullOrEmpty (
geometry As Geometry
) As Boolean
Parameters
- geometry
- Type: Esri.ArcGISRuntime.GeometryGeometry
The Geometry to test.
Return Value
Type:
Booleantrue if the
geometry parameter is
null or empty;
otherwise,
false.
See Also