STK Vector Geometry ToolSend comments on this topic.
AvailablePointPluginDisplayNames Property (IAgCrdnPointFactory)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.