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