ArcObjects Library Reference (Animation)  

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

Parameters

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

Product Availability

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

See Also

IVideoExporter2 Interface