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


IVideoExporter.RecordOffScreen Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

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