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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1