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





Windows & Linux

Description

Specify the maximum distance (distance from the viewer's eye position in 3D to the centroid) at which the area 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 * pLabelMaxViewingDist
);
public: HRESULT put_LabelMaxViewingDist(
    double pLabelMaxViewingDist
);
[Java]
public double getLabelMaxViewingDist();
public void setLabelMaxViewingDist(
    double
);
[Python - STK API ]
@property
def LabelMaxViewingDist(self) -> float:

@LabelMaxViewingDist.setter
def LabelMaxViewingDist(self, pLabelMaxViewingDist:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.