AGI STK Objects 11 Send comments on this topic.
MaxAngle Property (IAgChConstraints)
See Also 





Description

The maximum vector angle among the objects in the chain. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxAngle() As Double

[C#]
public double MaxAngle {get; set;}

[Managed C++]
public: __property double get_MaxAngle();
public: __property void set_MaxAngle(
double
);

[Unmanaged C++]
public: HRESULT get_MaxAngle(
double * pRetVal
);
public: HRESULT put_MaxAngle(
double NewMaxAngle
);

[Java]
public double getMaxAngle();public void setMaxAngle(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1