STK ObjectsSend comments on this topic.
LabelSwapDistance Property (IAgVORangeContours)
See Also
Windows





Windows & Linux

Description

Interface to control the level of detail in labels and other screen objects at specified distances.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LabelSwapDistance() As IAgVOLabelSwapDistance
[C#]
public IAgVOLabelSwapDistance LabelSwapDistance {get;}
[Managed C++]
public: __property IAgVOLabelSwapDistance ^ get_LabelSwapDistance();
[Unmanaged C++]
public: HRESULT get_LabelSwapDistance(
    IAgVOLabelSwapDistance ** ppVal
);
[Java]
public IAgVOLabelSwapDistance getLabelSwapDistance();
[Python - STK API ]
@property
def LabelSwapDistance(self) -> "IAgVOLabelSwapDistance":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.