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


IVideoExporter.RecordWindow 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.RecordWindow Property
ArcGIS Developer Help

IVideoExporter.RecordWindow Property

Indicates if entire window is to be recorded.

[Visual Basic .NET]
Public Property RecordWindow As Boolean
[C#]
public bool RecordWindow {get; set;}
[C++]
HRESULT get_RecordWindow(
  VARIANT_BOOL pbRecordAppWindow
);
[C++]
HRESULT put_RecordWindow(
  Boolean* pbRecordAppWindow
);
[C++]
Parameters
pbRecordAppWindow [in]

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

Product Availability

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

See Also

IVideoExporter Interface