AGI STK Objects 11 Send comments on this topic.
SetElevationAngles Method (IAgSnSARPattern)
See Also 
Min
Max





Description

Method to set both the min and max elevation angle. Min/Max use Angle Dimension.

Syntax

[Visual Basic .NET]
Public Sub SetElevationAngles( _
   ByVal Min As System.Object, _
   ByVal Max As System.Object _
) 

[C#]
public void SetElevationAngles(
System.Object Min,
System.Object Max
);

[Managed C++]
public: void SetElevationAngles(
VARIANT Min,
VARIANT Max
);

[Java]
public  setElevationAngles(
Variant Min,
Variant Max
);

[Unmanaged C++]
public: HRESULT SetElevationAngles(
VARIANT Min,
VARIANT Max
);

Parameters

Min
Max

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1