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


IGraphicsContainer.UpdateElement Method (ArcObjects .NET 10.5 SDK)
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