STK Vector Geometry ToolSend comments on this topic.
AvailableAxesPluginDisplayNames Property (IAgCrdnAxesFactory)
See Also
Windows





Windows & Linux

Description

An array of display names associated with available axes plugins. The elements of the array are strings. Display names are used to create VGT axes based on COM plugins using CreateAxesPluginFromDisplayName method.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableAxesPluginDisplayNames() As System.Array
[C#]
public System.Array AvailableAxesPluginDisplayNames {get;}
[Managed C++]
public: __property System::Array get_AvailableAxesPluginDisplayNames();
[Unmanaged C++]
public: HRESULT get_AvailableAxesPluginDisplayNames(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableAxesPluginDisplayNames();
[Python - STK API ]
@property
def AvailableAxesPluginDisplayNames(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.