Create a point component based on a COM point plugin. For information how to implement and register VGT plugins, see
| [Visual Basic .NET] |
|---|
Public Function CreatePointPluginFromDisplayName( _ ByVal PointName As String, _ ByVal Description As String, _ ByVal DisplayName As String _ ) As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint CreatePointPluginFromDisplayName( |
| [Managed C++] |
|---|
public: IAgCrdnPoint^ CreatePointPluginFromDisplayName( |
| [Java] |
|---|
public IAgCrdnPoint createPointPluginFromDisplayName( |
| [Unmanaged C++] |
|---|
public: HRESULT CreatePointPluginFromDisplayName( |
- PointName
- Specify a point name.
- Description
- Specify a component description.
- DisplayName
- A Display Name of a valid and registered COM Point 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.
