Determines if the specified Note contains a graphic with a valid geometry (a geometry that is not null or empty).
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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 |
Parameters
- note
- Type: ESRI.ArcGISExplorer.Mapping..::.Note
The Note object to inspect.