ArcObjects Library Reference (DefenseSolutions)  

IGeoEllipse.KeyPoints Property

Four point polygon representation of GeoEllipse (points at ends of X and Y axes).

ERROR: Syntax information about IGeoEllipse.KeyPoints may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_KeyPoints(
  IPolygon** ppiPolygon
);
[C++]

Parameters

ppiPolygon [out, retval]

  ppiPolygon is a parameter of type IPolygon

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The KeyPoints polygon is an IPolygon that delineates the axes of the GeoEllipse by connecting the endpoints of the axes with line segments.

See Also

IGeoEllipse Interface