STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetDistanceLevel(
    AgEVOLabelSwapDistance Val
);
[Java]
public void setDistanceLevel(
    AgEVOLabelSwapDistance Val
);
[Python - STK API ]
def SetDistanceLevel(self, Val:"AgEVOLabelSwapDistance") -> None:

Parameters

Val

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.