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


ISceneGraph.IsRecordingMessageEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.IsRecordingMessageEnabled Property
ArcGIS Developer Help

ISceneGraph.IsRecordingMessageEnabled Property

Indicates if the scene graph provides visual feedback during recording.

[Visual Basic .NET]
Public Property IsRecordingMessageEnabled As Boolean
[C#]
public bool IsRecordingMessageEnabled {get; set;}
[C++]
HRESULT get_IsRecordingMessageEnabled(
  Boolean* pbIsEnabled
);
[C++]
HRESULT put_IsRecordingMessageEnabled(
  VARIANT_BOOL pbIsEnabled
);
[C++]
Parameters
pbIsEnabled [out, retval]

pbIsEnabled is a parameter of type bool* pbIsEnabled [in]
pbIsEnabled is a parameter of type bool

Product Availability

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

See Also

ISceneGraph Interface