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


ISimpleLine3DSymbol.ResolutionQuality Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISimpleLine3DSymbol.ResolutionQuality Property

Line 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

ISimpleLine3DSymbol Interface

.NET Snippets

Add Graphics Layer to Globe

.NET Samples

3D multipatch examples (Code Files: ElementUtilities)