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






Windows & Linux

Description

Maximum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Max();
public: __property void set_Max(
double
);

[Unmanaged C++]
public: HRESULT get_Max(
double * pRetVal
);
public: HRESULT put_Max(
double NewMax
);

[Java]
public double getMax();public void setMax(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface