ArcObjects Library Reference (Display)  

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