STK ObjectsSend comments on this topic.
Min Property (IAgSnProjConstantAlt)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Min(
    double pVal
);
[Java]
public double getMin();
public void setMin(
    double
);
[Python - STK API ]
@property
def Min(self) -> float:

@Min.setter
def Min(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.