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





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
Member Value Description
eSwapUnknown -1 Unknown label swap distance option.
eSwapAll 0 All
eSwapModelLabel 1 Model Label
eSwapMarkerLabel 2 Marker Label
eSwapMarker 3 Marker
eSwapPoint 4 Point
eSwapCustom 5 Indicates that label swap distance is set to custom value.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1