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 _
) As 
[C#]
public void SetDistanceLevel(
    AgEVOLabelSwapDistance Val
);
[Managed C++]
public: void SetDistanceLevel(
    AgEVOLabelSwapDistance Val
);
[Java]
public void setDistanceLevel(
    AgEVOLabelSwapDistance Val
);
[Unmanaged C++]
public: HRESULT SetDistanceLevel(
    AgEVOLabelSwapDistance Val
);

Parameters

Val

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.