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


IGlobeGraphicsLayer.UpdateElementByIndex Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.UpdateElementByIndex Method

Updates an element given its index.

[Visual Basic .NET]
Public Sub UpdateElementByIndex ( _
    ByVal elementIndex As Integer _
)
[C#]
public void UpdateElementByIndex (
    int elementIndex
);
[C++]
HRESULT UpdateElementByIndex(
  long elementIndex
);
[C++]

Parameters elementIndex [in] elementIndex is a parameter of type long

Product Availability

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

See Also

IGlobeGraphicsLayer Interface

.NET Samples

3D dynamic element tracking (Code Files: TrackDynamicObject)