ArcObjects Library Reference (3DAnalyst)  

ISimpleMarker3DSymbol.ResolutionQuality Property

Marker resolution. The range is [0.0, 1.0], where 0 is the lowest and 1 is the highest resolution.

[Visual Basic .NET]
Public Property ResolutionQuality As Double
[C#]
public double ResolutionQuality {get; set;}
[C++]
HRESULT get_ResolutionQuality(
  double* Quality
);
[C++]
HRESULT put_ResolutionQuality(
  double Quality
);
[C++]

Parameters

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

Product Availability

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

See Also

ISimpleMarker3DSymbol Interface

.NET Snippets

Add Graphics Layer to Globe

.NET Samples

Creating a toolbar of globe tools (Code Files: PointElement)