AGI STK Objects 11 Send comments on this topic.
ModelLabel Property (IAgVODetailThreshold)
See Also 
Windows






Windows & Linux

Description

The maximum viewing distance at which the coarsest detail in the model, label and vectors, attitude sphere, and geostationary box is displayed. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ModelLabel();
public: __property void set_ModelLabel(
double
);

[Unmanaged C++]
public: HRESULT get_ModelLabel(
double * pRetVal
);
public: HRESULT put_ModelLabel(
double NewModelLabel
);

[Java]
public double getModelLabel();public void setModelLabel(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface