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(
  VARIANT_BOOL pbRecordOffScreen
);
[C++]

Parameters

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

Product Availability

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

See Also

IVideoExporter Interface