| ArcGIS Explorer Component Help |
| Geometry..::.GetCenter Method |
| Geometry Class See Also |
Gets a new Point object located at the center of this Geometry.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public virtual Point GetCenter() |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetCenter As Point |