STK ObjectsSend comments on this topic.
All Property (IAgVODetailThreshold)
See Also
Windows





Windows & Linux

Description

The maximum viewing distance at which the finest 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 All() As Double
[C#]
public double All {get; set;}
[Managed C++]
public: __property double get_All();
public: __property void set_All( double );
[Unmanaged C++]
public: HRESULT get_All(
    double * pAll
);
public: HRESULT put_All(
    double All
);
[Java]
public double getAll();
public void setAll(
    double
);
[Python - STK API ]
@property
def All(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.