AGI STK Objects 11 Send comments on this topic.
LabelMaxViewingDist Property (IAgLtVO)
See Also 





Description

Specify the maximum distance at which the line target label is displayed. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelMaxViewingDist() As Double

[C#]
public double LabelMaxViewingDist {get; set;}

[Managed C++]
public: __property double get_LabelMaxViewingDist();
public: __property void set_LabelMaxViewingDist(
double
);

[Unmanaged C++]
public: HRESULT get_LabelMaxViewingDist(
double * pRetVal
);
public: HRESULT put_LabelMaxViewingDist(
double NewLabelMaxViewingDist
);

[Java]
public double getLabelMaxViewingDist();public void setLabelMaxViewingDist(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1