Returns true if the type is supported.
| [Visual Basic .NET] |
|---|
Public Function IsTypeSupported( _
ByVal Type As AgECrdnAngleType _
) As Boolean
|
| [C#] |
|---|
public bool IsTypeSupported(
|
| [Managed C++] |
|---|
public: bool IsTypeSupported(
|
| [Java] |
|---|
public bool isTypeSupported(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsTypeSupported(
|
- Type
-
Specify an angle type.Member Value Description eCrdnAngleTypeUnknown -1 Unknown or unsupported type. eCrdnAngleTypeBetweenVectors 0 An angle between two vectors. eCrdnAngleTypeBetweenPlanes 1 An angle between two planes. eCrdnAngleTypeDihedralAngle 2 An angle between two vectors about an axis. eCrdnAngleTypeRotation 3 Angle of the shortest rotation between the two specified axes. eCrdnAngleTypeToPlane 4 An angle between a vector and a plane. eCrdnAngleTypeTemplate 5 Represents a VGT angle created from a template. This type of angle is not creatable.
Determine if the
specified angle type is supported.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Determine if the
specified angle type is supported.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||