Interface to control the level of detail in labels and other screen objects at specified distances.
Read-only property
[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": |