Create a vector component based on a COM
vector plugin. For information how to implement and register VGT
plugins, see
| [Visual Basic .NET] |
|---|
Public Function CreateVectorPluginFromDisplayName( _
ByVal VectorName As String, _
ByVal Description As String, _
ByVal DisplayName As String _
) As IAgCrdnVector
|
| [C#] |
|---|
public IAgCrdnVector CreateVectorPluginFromDisplayName(
|
| [Managed C++] |
|---|
public: IAgCrdnVector^ CreateVectorPluginFromDisplayName(
|
| [Java] |
|---|
public IAgCrdnVector createVectorPluginFromDisplayName(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateVectorPluginFromDisplayName(
|
- VectorName
- Specify a vector name. The name must not have spaces.
- Description
- Specify a component description.
- DisplayName
- A Display Name of a valid and registered COM Vector Plugin. For more information see
Spaces and most punctuation ( except for
"-_().") cannot be used as a part of a component name when creating
new components via VGT API.