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


ISceneGraphLayerEventsDisp.ObjectChanged Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraphLayerEventsDisp.ObjectChanged Method

Fired when an object was changed by the SceneGraph.

[Visual Basic .NET]
Public Sub ObjectChanged ( _
    ByVal pObj As Object _
)
[C#]
public void ObjectChanged (
    object pObj
);
[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

ISceneGraphLayerEventsDisp Interface