STK AstrogatorSend comments on this topic.
InlineFunc Property (IAgVAStateCalcScript)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_InlineFunc(
    BSTR InVal
);
[Java]
public String getInlineFunc();
public void setInlineFunc(
    String
);
[Python - STK API ]
@property
def InlineFunc(self) -> str:

@InlineFunc.setter
def InlineFunc(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.