AGI STK Astrogator 11 Send comments on this topic.
UpdateFunctionName Property (IAgVAEngineCustom)
See Also 





Description

The UpdateFunction - custom function to call at the beginning of each integration step.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_UpdateFunctionName();
public: __property void set_UpdateFunctionName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_UpdateFunctionName(
BSTR * pRetVal
);
public: HRESULT put_UpdateFunctionName(
BSTR NewUpdateFunctionName
);

[Java]
public String getUpdateFunctionName();public void setUpdateFunctionName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1