ArcObjects Library Reference (DefenseSolutions)  

IForceElement.Shape Property

The point geometry used to place a graphic.

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

[C++]
HRESULT get_Shape(
  IPoint** ppShape
);
[C++]
HRESULT putref_Shape(
  IPoint* ppShape
);
[C++]

Parameters

ppShape [out, retval]

  ppShape is a parameter of type IPoint

ppShape [in]

  ppShape is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElement Interface

.NET Snippets

Create Force Element | Move Force Element