STK ObjectsSend 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 * pModelLabel
);
public: HRESULT put_ModelLabel(
    double ModelLabel
);
[Java]
public double getModelLabel();
public void setModelLabel(
    double
);
[Python - STK API ]
@property
def ModelLabel(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.