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


IRepresentationGraphics.ChangeGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationGraphics Interface > IRepresentationGraphics.ChangeGeometry Method
ArcGIS Developer Help

IRepresentationGraphics.ChangeGeometry Method

Changes a geometry in a representation graphic.

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

ID is a parameter of type long Geometry [in]
Geometry is a parameter of type IGeometry*

Product Availability

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

See Also

IRepresentationGraphics Interface