ArcObjects Library Reference (Animation)  

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

Parameters

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

Product Availability

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

See Also

IVideoExporter2 Interface