AGI STK Astrogator 11 Send comments on this topic.
ResetFunctionName Property (IAgVAStateCalcCustomFunction)
See Also 
Windows






Windows & Linux

Description

The custom function called before computing, before each segment runs, and before reporting.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_ResetFunctionName();
public: __property void set_ResetFunctionName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ResetFunctionName(
BSTR * pRetVal
);
public: HRESULT put_ResetFunctionName(
BSTR NewResetFunctionName
);

[Java]
public String getResetFunctionName();public void setResetFunctionName(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface