ArcObjects Library Reference (Carto)  

IGraphicsContainer.UpdateElement Method

The graphic element's properties have changed.

[Visual Basic .NET]
Public Sub UpdateElement ( _
    ByVal Element As IElement _
)
[C#]
public void UpdateElement (
    IElement Element
);
[C++]
HRESULT UpdateElement(
  IElement* Element
);
[C++]

Parameters

Element [in]

  Element is a parameter of type IElement

Product Availability

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

See Also

IGraphicsContainer Interface