ArcObjects Library Reference (3DAnalyst)  

IVRMLExporter.Quality Property

The quality of textures when exported to JPEG (1-100).

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

Parameters

Quality [out, retval]   Quality is a parameter of type Long Quality [in]   Quality is a parameter of type Long

Product Availability

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

See Also

IVRMLExporter Interface