This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.EstimateFeatureLODRange Method (ArcObjects .NET 10.5 SDK) |
Suggests LOD range values for the layer.
[Visual Basic .NET] Public Sub EstimateFeatureLODRange ( _ ByRef minLOD As Integer, _ ByRef defaultLOD As Integer, _ ByRef maxLOD As Integer, _ ByRef pMinMinLOD As Integer, _ ByRef pMaxMaxLOD As Integer _ )
[C#] public void EstimateFeatureLODRange ( ref int minLOD, ref int defaultLOD, ref int maxLOD, ref int pMinMinLOD, ref int pMaxMaxLOD );
[C++]
HRESULT EstimateFeatureLODRange(
Long* minLOD,
Long* defaultLOD,
Long* maxLOD,
Long* pMinMinLOD,
Long* pMaxMaxLOD
);
[C++]
Parameters minLOD [out] minLOD is a parameter of type Long defaultLOD [out] defaultLOD is a parameter of type Long maxLOD [out] maxLOD is a parameter of type Long pMinMinLOD [out] pMinMinLOD is a parameter of type Long pMaxMaxLOD [out] pMaxMaxLOD is a parameter of type Long