Returns true if the type is supported.
| [Visual Basic .NET] |
|---|
Public Function IsTypeSupported( _
ByVal Type As AgECrdnPlaneType _
) As Boolean
|
| [C#] |
|---|
public bool IsTypeSupported(
|
| [Managed C++] |
|---|
public: bool IsTypeSupported(
|
| [Java] |
|---|
public bool isTypeSupported(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsTypeSupported(
|
- Type
-
Specify a VGT plane type.Member Value Description eCrdnPlaneTypeUnknown -1 Unknown or unsupported type. eCrdnPlaneTypeNormal 0 A plane normal to a vector at a given point. eCrdnPlaneTypeQuadrant 1 A plane is defined by the quadrant from a Reference System (e.g., XY, XZ, YZ, YX, ZX, ZY). The reference point in all cases is the origin of the coordinate system. eCrdnPlaneTypeTrajectory 2 A plane is defined on the basis of a trajectory of a selected point with respect to a reference point. eCrdnPlaneTypeTriad 3 A plane is defined by the three points. eCrdnPlaneTypeTemplate 4 Represents a VGT plane created from a template. This type of plane is not creatable.
Determine if the
specified plane type is supported.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Determine if the
specified plane type is supported.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||