STK Vector Geometry ToolSend comments on this topic.
AvailableCalcScalarPluginDisplayNames Property (IAgCrdnCalcScalarFactory)
See Also
Windows





Windows & Linux

Description

An array of display names associated with available scalar calculation plugins. The elements of the array are strings. Display names are used to create Calc scalars based on COM plugins using CreateCalcScalarPluginFromDisplayName method.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.