AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.