Create an axes component based on a COM axes plugin. For information how to implement and register VGT plugins, see.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnAxes CreateAxesPluginFromDisplayName( string AxesName, string Description, string DisplayName ); |
| [Managed C++] |
|---|
public: IAgCrdnAxes^ CreateAxesPluginFromDisplayName( String __gc ^ AxesName, String __gc ^ Description, String __gc ^ DisplayName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnAxes createAxesPluginFromDisplayName( String AxesName, String Description, String DisplayName ); |
[Python - STK API ] |
|---|
def CreateAxesPluginFromDisplayName(self, AxesName:str, Description:str, DisplayName:str) -> "IAgCrdnAxes": |
- 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.






