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





Description

Maximum 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 MaximumClockAngle() As System.Object

[C#]
public System.Object MaximumClockAngle {get; set;}

[Managed C++]
public: __property VARIANT get_MaximumClockAngle();
public: __property void set_MaximumClockAngle(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_MaximumClockAngle(
VARIANT * pRetVal
);
public: HRESULT put_MaximumClockAngle(
VARIANT NewMaximumClockAngle
);

[Java]
public Variant getMaximumClockAngle();public void setMaximumClockAngle(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1