Create a point component based on a COM point plugin. For information how to implement and register VGT plugins, see
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPoint CreatePointPluginFromDisplayName( string PointName, string Description, string DisplayName ); |
| [Managed C++] |
|---|
public: IAgCrdnPoint^ CreatePointPluginFromDisplayName( String __gc ^ PointName, String __gc ^ Description, String __gc ^ DisplayName ); |
| [Java] |
|---|
public IAgCrdnPoint createPointPluginFromDisplayName( String PointName, String Description, String DisplayName ); |
| [Unmanaged C++] |
|---|
|
- PointName
- 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.





