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






Windows & Linux

Description

Minimum clock angle to define the range of rotation about the boresight relative to the up vector. Clock angles correspond to azimuth angles, which are defined in the sensor pointing direction. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinimumClockAngle() As System.Object
[C#]
public System.Object MinimumClockAngle {get; set;}
[Managed C++]
public: __property VARIANT get_MinimumClockAngle();
public: __property void set_MinimumClockAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_MinimumClockAngle(
    VARIANT * pVal
);
public: HRESULT put_MinimumClockAngle(
    VARIANT pVal
);
[Java]
public VARIANT getMinimumClockAngle();
public void setMinimumClockAngle(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.