ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphic.Geometry Property

The core geometry that defines the location and/or basic shape of the graphic.

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

[C++]
HRESULT get_Geometry(
  IGeometry** ppGeometry
);
[C++]
HRESULT putref_Geometry(
  IGeometry* ppGeometry
);
[C++]

Parameters

ppGeometry [out, retval]

  ppGeometry is a parameter of type IGeometry

ppGeometry [in]

  ppGeometry is a parameter of type IGeometry

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphic Interface