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


IVideoExporterProperties.RecordWindow Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

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

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

Product Availability

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

See Also

IVideoExporterProperties Interface