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