Create a vector component based on a COM vector plugin. For information how to implement and register VGT plugins, see
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVector CreateVectorPluginFromDisplayName( string VectorName, string Description, string DisplayName ); |
| [Managed C++] |
|---|
public: IAgCrdnVector^ CreateVectorPluginFromDisplayName( String __gc ^ VectorName, String __gc ^ Description, String __gc ^ DisplayName ); |
| [Java] |
|---|
public IAgCrdnVector createVectorPluginFromDisplayName( String VectorName, String Description, String DisplayName ); |
| [Unmanaged C++] |
|---|
|
- VectorName
- Description
- DisplayName
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.





