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


IGraphicsContainer.UpdateElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainer Interface > IGraphicsContainer.UpdateElement Method
ArcGIS Developer Help

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