AGI STK Objects 11Send comments on this topic.
Max Property (IAgSnProjConstantAlt)
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 * pVal
);
public: HRESULT put_Max(
    double pVal
);
[Java]
public double getMax();
public void setMax(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.