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


IVideoExporter.RecordOffScreen Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.RecordOffScreen Property
ArcGIS Developer Help

IVideoExporter.RecordOffScreen Property

Indicates if video is to be recorded offscreen.

[Visual Basic .NET]
Public Property RecordOffScreen As Boolean
[C#]
public bool RecordOffScreen {get; set;}
[C++]
HRESULT get_RecordOffScreen(
  VARIANT_BOOL pbRecordOffScreen
);
[C++]
HRESULT put_RecordOffScreen(
  Boolean* pbRecordOffScreen
);
[C++]
Parameters
pbRecordOffScreen [in]

pbRecordOffScreen is a parameter of type bool pbRecordOffScreen [out, retval]
pbRecordOffScreen is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVideoExporter Interface