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


ISceneGraphEventsDisp.RecordingStarted Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraphEventsDisp.RecordingStarted Event

Fired when node recording starts.

[Visual Basic .NET]
Public Event RecordingStarted As RecordingStartedEventHandler
[C#]
public event RecordingStartedEventHandler RecordingStarted
[C++]
HRESULT RecordingStarted(
  BSTR Name
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR

Product Availability

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

See Also

ISceneGraphEventsDisp Interface