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





Description

Minimum 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 Min() As Double

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

[Managed C++]
public: __property double get_Min();
public: __property void set_Min(
double
);

[Unmanaged C++]
public: HRESULT get_Min(
double * pRetVal
);
public: HRESULT put_Min(
double NewMin
);

[Java]
public double getMin();public void setMin(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1