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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MinAngle();
public: __property void set_MinAngle(
double
);

[Unmanaged C++]
public: HRESULT get_MinAngle(
double * pRetVal
);
public: HRESULT put_MinAngle(
double NewMinAngle
);

[Java]
public double getMinAngle();public void setMinAngle(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1