This document is archived and information here might be outdated.  Recommended version.


IGraphicTracker.SetGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.SetGeometry Method
ArcGIS Developer Help

IGraphicTracker.SetGeometry Method

Sets a new geometry for the given graphic.

[Visual Basic .NET]
Public Sub SetGeometry ( _
    ByVal id As Integer, _
    ByVal pGeometry As IGeometry _
)
[C#]
public void SetGeometry (
    int id,
    IGeometry pGeometry
);
[C++]
HRESULT SetGeometry(
  long id,
  IGeometry* pGeometry
);
[C++]
Parameters
id [in]

id is a parameter of type long pGeometry [in]
pGeometry is a parameter of type IGeometry*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicTracker Interface