This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISimpleMarker3DSymbol Interface > ISimpleMarker3DSymbol.ResolutionQuality Property (ArcObjects .NET 10.5 SDK) |
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