AGI STK VGT 11Send comments on this topic.
CreateAxesPluginFromDisplayName Method (IAgCrdnAxesFactory)
See Also 
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
Windows






Windows & Linux

Description

Create an axes component based on a COM axes plugin. For information how to implement and register VGT plugins, see

Syntax

[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
);
[Java]
public IAgCrdnAxes createAxesPluginFromDisplayName(
   String AxesName,
   String Description,
   String DisplayName
);
[Unmanaged C++]
public: HRESULT CreateAxesPluginFromDisplayName(
   BSTR AxesName,
   BSTR Description,
   BSTR DisplayName,
   IAgCrdnAxes ** ReturnValue
);

Parameters

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

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.