AGI STK Objects 11 Send comments on this topic.
EnableLabelMaxViewingDist Property (IAgATVO)
See Also 





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 * pRetVal
);
public: HRESULT put_EnableLabelMaxViewingDist(
VARIANT_BOOL NewEnableLabelMaxViewingDist
);

[Java]
public bool getEnableLabelMaxViewingDist();public void setEnableLabelMaxViewingDist(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1