Creates a VGT vector using specified name, description and type.
[Visual Basic .NET] |
---|
Public Function Create( _ ByVal VectorName As String, _ ByVal Description As String, _ ByVal VectorType As AgECrdnVectorType _ ) As |
[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++] |
---|
public: HRESULT Create( BSTR VectorName, BSTR Description, AgECrdnVectorType VectorType, IAgCrdnVector ** ppRetVal ); |
- 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] | ||
---|---|---|
|