AGI STK VGT 11 Send comments on this topic.
AvailableCalcScalarPluginDisplayNames Property (IAgCrdnCalcScalarFactory)
See Also 





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 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 Object[] getAvailableCalcScalarPluginDisplayNames();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1