This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter2 Interface > IVideoExporter2.UseExportFromImages Property (ArcObjects .NET 10.5 SDK) |
Indicates if export from images is to be used.
[Visual Basic .NET] Public Property UseExportFromImages As Boolean
[C#] public bool UseExportFromImages {get; set;}
[C++]
HRESULT get_UseExportFromImages(
VARIANT_BOOL* pbUseExportFromImages
);
[C++]
HRESULT put_UseExportFromImages(
VARIANT_BOOL pbUseExportFromImages
);
[C++]
Parameters pbUseExportFromImages [out, retval] pbUseExportFromImages is a parameter of type VARIANT_BOOL pbUseExportFromImages [in] pbUseExportFromImages is a parameter of type VARIANT_BOOL