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






Windows & Linux

Description

Minimum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinElevationAngle() As System.Object
[C#]
public System.Object MinElevationAngle {get; set;}
[Managed C++]
public: __property VARIANT get_MinElevationAngle();
public: __property void set_MinElevationAngle(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_MinElevationAngle(
   VARIANT * pRetVal
);
public: HRESULT put_MinElevationAngle(
   VARIANT NewMinElevationAngle
);
[Java]
public Variant getMinElevationAngle();public void setMinElevationAngle(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.