AGI STK Object Broker 11 Send comments on this topic.
MaximumModelDistance Property (IAgStkBrokerThreshold)
See Also 
Windows






Windows & Linux

Description

The maximum viewing distance at which the model, vectors, attitude sphere, and geostationary box is displayed.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaximumModelDistance();
public: __property void set_MaximumModelDistance(
double
);

[Unmanaged C++]
public: HRESULT get_MaximumModelDistance(
double * pRetVal
);
public: HRESULT put_MaximumModelDistance(
double NewMaximumModelDistance
);

[Java]
public double getMaximumModelDistance();public void setMaximumModelDistance(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface