This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.GetDistanceThresholdsExt Method (ArcObjects .NET 10.4 SDK) |
Returns distance thresholds for the textures.
[Visual Basic .NET] Public Sub GetDistanceThresholdsExt ( _ ByRef lodShift0 As Integer, _ ByRef maxDistance0 As Double, _ ByRef lodShift1 As Integer, _ ByRef maxDistance1 As Double, _ ByRef lodShift2 As Integer _ )
[C#] public void GetDistanceThresholdsExt ( ref int lodShift0, ref double maxDistance0, ref int lodShift1, ref double maxDistance1, ref int lodShift2 );
[C++]
HRESULT GetDistanceThresholdsExt(
Long* lodShift0,
double* maxDistance0,
Long* lodShift1,
double* maxDistance1,
Long* lodShift2
);
[C++]
Parameters lodShift0 [out] lodShift0 is a parameter of type Long maxDistance0 [out] maxDistance0 is a parameter of type double lodShift1 [out] lodShift1 is a parameter of type Long maxDistance1 [out] maxDistance1 is a parameter of type double lodShift2 [out] lodShift2 is a parameter of type Long