STK Vector Geometry ToolSend comments on this topic.
AvailableVectorPluginDisplayNames Property (IAgCrdnVectorFactory)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.