ArcGIS Explorer Component Help |
Geometry..::.GetLabelPoint Method |
Geometry Class See Also |
Returns a Point suitable for labeling the 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 GetLabelPoint() |
Visual Basic (Declaration) |
---|
Public Overridable Function GetLabelPoint As Point |
Return Value
A new Point.Remarks
The label point of a geometry will depend on the type of geometry; see the Geometry sub classes for more information.
A new Point is returned from each GetLabelPoint call.