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


ISceneGraphLayerEvents.ObjectChanged Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraphLayerEvents.ObjectChanged Event

Fired when an object was changed by the SceneGraph.

[Visual Basic .NET]
Public Event ObjectChanged As ObjectChangedEventHandler
[C#]
public event ObjectChangedEventHandler ObjectChanged
[C++]
HRESULT ObjectChanged(
  LPUNKNOWN pObj
);
[C++]

Parameters pObj [in] pObj is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraphLayerEvents Interface