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


IAVIExporter.Quality Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAVIExporter Interface > IAVIExporter.Quality Property
ArcGIS Developer Help

IAVIExporter.Quality Property

The quality of video compression (1-100).

[Visual Basic .NET]
Public Property Quality As Integer
[C#]
public int Quality {get; set;}
[C++]
HRESULT get_Quality(
  Long pQualityPercent
);
[C++]
HRESULT put_Quality(
  System.Int32* pQualityPercent
);
[C++]
Parameters
pQualityPercent [in]

pQualityPercent is a parameter of type int pQualityPercent [out, retval]
pQualityPercent is a parameter of type int*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAVIExporter Interface