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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface