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