ArcObjects Library Reference (DefenseSolutions)  

IGeoEllipse.Origin Property

Center of the GeoEllipse.

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

[C++]
HRESULT get_Origin(
  IPoint** ppiOriginPoint
);
[C++]
HRESULT put_Origin(
  IPoint* ppiOriginPoint
);
[C++]

Parameters

ppiOriginPoint [out, retval]

  ppiOriginPoint is a parameter of type IPoint

ppiOriginPoint [in]

  ppiOriginPoint is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Remarks

The IPoint passed into the Origin property must have a spatial reference defined for it.

See Also

IGeoEllipse Interface