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


ISceneRenderer.CallRecording Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneRenderer.CallRecording Property

Indicates if the scene requires a new recording event.

[Visual Basic .NET]
Public Property CallRecording As Boolean
[C#]
public bool CallRecording {get; set;}
[C++]
HRESULT get_CallRecording(
  VARIANT_BOOL* pbCallFlag
);
[C++]
HRESULT put_CallRecording(
  VARIANT_BOOL pbCallFlag
);
[C++]

Parameters pbCallFlag [out, retval] pbCallFlag is a parameter of type VARIANT_BOOL pbCallFlag [in] pbCallFlag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISceneRenderer Interface