Creates a VGT vector using specified name, description and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVector Create( string VectorName, string Description, AgECrdnVectorType VectorType ); |
| [Managed C++] |
|---|
public: IAgCrdnVector^ Create( String __gc ^ VectorName, String __gc ^ Description, AgECrdnVectorType VectorType ); |
| [Java] |
|---|
public IAgCrdnVector create( String VectorName, String Description, AgECrdnVectorType VectorType ); |
| [Unmanaged C++] |
|---|
|
- VectorName
- Description
- VectorType
Create a vector.perpendicular to the plane in which the angle is defined.
| [C#] | ||
|---|---|---|
| ||
Create a vector.perpendicular to the plane in which the angle is defined.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





