AGI STK Objects 11Send comments on this topic.
SetDistanceLevel Method (IAgVOLabelSwapDistance)
See Also 
Val
Windows






Windows & Linux

Description

Method to select the screen object(s) for which swapping occurs at the specified distance.

Syntax

[Visual Basic .NET]
Public Sub SetDistanceLevel( _
   ByVal Val As AgEVOLabelSwapDistance _
) 
[C#]
public void SetDistanceLevel(
   AgEVOLabelSwapDistance Val
);
[Managed C++]
public: void SetDistanceLevel(
   AgEVOLabelSwapDistance Val
);
[Java]
public  setDistanceLevel(
   AgEVOLabelSwapDistance Val
);
[Unmanaged C++]
public: HRESULT SetDistanceLevel(
   AgEVOLabelSwapDistance Val
);

Parameters

Val
MemberValueDescription
eSwapUnknown-1Unknown label swap distance option.
eSwapAll0All
eSwapModelLabel1Model Label
eSwapMarkerLabel2Marker Label
eSwapMarker3Marker
eSwapPoint4Point
eSwapCustom5Indicates that label swap distance is set to custom value.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.