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


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

IVideoExporter2.UseTwoStageExport Property

Indicates if two stage export is to be used.

[Visual Basic .NET]
Public Property UseTwoStageExport As Boolean
[C#]
public bool UseTwoStageExport {get; set;}
[C++]
HRESULT get_UseTwoStageExport(
  VARIANT_BOOL pbUseTwoStageExport
);
[C++]
HRESULT put_UseTwoStageExport(
  Boolean* pbUseTwoStageExport
);
[C++]
Parameters
pbUseTwoStageExport [in]

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

Product Availability

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

See Also

IVideoExporter2 Interface