AGI STK VGT 11 Send comments on this topic.
SelectedFunction Property (IAgCrdnCalcScalarFunction)
See Also 





Description

The function which will use the input scalar or time instant in some combination with the constant coefficients A, B, C, D.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SelectedFunction() As String

[C#]
public string SelectedFunction {get; set;}

[Managed C++]
public: __property String __gc ^ get_SelectedFunction();
public: __property void set_SelectedFunction(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_SelectedFunction(
BSTR * pRetVal
);
public: HRESULT put_SelectedFunction(
BSTR NewSelectedFunction
);

[Java]
public String getSelectedFunction();public void setSelectedFunction(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1