STK Vector Geometry ToolSend 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
);
[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":

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.