Returns a Point suitable for labeling the Polyline.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public override Point GetLabelPoint()
Visual Basic (Declaration)
Public Overrides Function GetLabelPoint As Point

Return Value

A new Point.

Remarks

The label point of a Polyline is located at the midpoint of the Polyline. If the Polyline has more than one path, then the midpoint of the longest path will be used.

A new Point is returned from each GetLabelPoint call.

See Also

Relate Topics:
  AddPath Method
  AddPoint Method
  AddPoints Method
  Clone Method
  CreateFromXmlString Method
  GetPath Method
  GetPaths Method
  GetPoint Method
  GetXmlSchema Method
  InsertPath Method
  InsertPoint Method
  InsertPoints Method
  PointCount Method
  PointCountAllPaths Method
  RemoveAllPoints Method
  RemovePathAt Method
  RemovePointAt Method
  RemovePointsAt Method
  SetPath Method
  SetPoint Method
  SetPoints Method
  ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.