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


ISimpleLine3DSymbol.ResolutionQuality Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISimpleLine3DSymbol Interface > ISimpleLine3DSymbol.ResolutionQuality Property
ArcGIS Developer Help

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(
  System.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 Samples

3D multipatch examples