Determines if the specified Note contains a graphic with a valid geometry (a geometry that is not null or empty).
Namespace:
ESRI.ArcGISExplorer.Mapping
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public static bool HasValidGeometry(
Note note
) |
Visual Basic (Declaration) |
---|
Public Shared Function HasValidGeometry ( _
note As Note _
) As Boolean |
Return Value
trueTruetruetrue (True in Visual Basic) if the specified Note contains a graphic with a geometry that is not null or empty; otherwise,
falseFalsefalsefalse (False in Visual Basic).
See Also