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






Windows & Linux

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 * pVal
);
public: HRESULT put_MinAngle(
    double MinAngle
);
[Java]
public double getMinAngle();
public void setMinAngle(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.