STK ObjectsSend comments on this topic.
EnableLabelMaxViewingDist Property (IAgATVO)
See Also
Windows





Windows & Linux

Description

Use the maximum viewing distance for displaying the area target label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableLabelMaxViewingDist() As Boolean
[C#]
public bool EnableLabelMaxViewingDist {get; set;}
[Managed C++]
public: __property bool get_EnableLabelMaxViewingDist();
public: __property void set_EnableLabelMaxViewingDist( bool );
[Unmanaged C++]
public: HRESULT get_EnableLabelMaxViewingDist(
    VARIANT_BOOL * pUse
);
public: HRESULT put_EnableLabelMaxViewingDist(
    VARIANT_BOOL pUse
);
[Java]
public bool getEnableLabelMaxViewingDist();
public void setEnableLabelMaxViewingDist(
    bool
);
[Python - STK API ]
@property
def EnableLabelMaxViewingDist(self) -> bool:

@EnableLabelMaxViewingDist.setter
def EnableLabelMaxViewingDist(self, pUse:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.