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( string AxesName, string Description, string DisplayName ); |
[Managed C++] |
---|
public: IAgCrdnAxes^ CreateAxesPluginFromDisplayName( String __gc ^ AxesName, String __gc ^ Description, String __gc ^ DisplayName ); |
[Unmanaged C++] |
---|
public: HRESULT CreateAxesPluginFromDisplayName( BSTR AxesName, BSTR Description, BSTR DisplayName, IAgCrdnAxes ** ppRetVal ); |
[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.