Creates a VGT plane using the specified name, description and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPlane Create( string PlaneName, string Description, AgECrdnPlaneType PlaneType ); |
| [Managed C++] |
|---|
public: IAgCrdnPlane^ Create( String __gc ^ PlaneName, String __gc ^ Description, AgECrdnPlaneType PlaneType ); |
| [Java] |
|---|
public IAgCrdnPlane create( String PlaneName, String Description, AgECrdnPlaneType PlaneType ); |
| [Unmanaged C++] |
|---|
|
- PlaneName
- Description
- PlaneType
Create a plane normal to vector.
| [C#] | ||
|---|---|---|
| ||
Create a plane normal to vector.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





