AGI STK Astrogator 11 Send comments on this topic.
InlineFunc Property (IAgVAStateCalcScript)
See Also 





Description

The expression to be applied as a function.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_InlineFunc();
public: __property void set_InlineFunc(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_InlineFunc(
BSTR * pRetVal
);
public: HRESULT put_InlineFunc(
BSTR NewInlineFunc
);

[Java]
public String getInlineFunc();public void setInlineFunc(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1