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


IVideoExporter2.UseFrameExport 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.UseFrameExport Property
ArcGIS Developer Help

IVideoExporter2.UseFrameExport Property

Indicates if frame based export is to be used.

[Visual Basic .NET]
Public Property UseFrameExport As Boolean
[C#]
public bool UseFrameExport {get; set;}
[C++]
HRESULT get_UseFrameExport(
  VARIANT_BOOL pbUseFrameExport
);
[C++]
HRESULT put_UseFrameExport(
  Boolean* pbUseFrameExport
);
[C++]
Parameters
pbUseFrameExport [in]

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

Product Availability

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

See Also

IVideoExporter2 Interface