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


ISceneGraphEvents.RecordingStopped Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraphEvents Interface > ISceneGraphEvents.RecordingStopped Event
ArcGIS Developer Help

ISceneGraphEvents.RecordingStopped Event

Fired when node recording stops.

[Visual Basic .NET]
Public Event RecordingStopped As RecordingStoppedEventHandler
[C#]
public event RecordingStoppedEventHandler RecordingStopped
[C++]
HRESULT RecordingStopped(
void
);

Product Availability

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

See Also

ISceneGraphEvents Interface