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





Description

The PreFunction - custom function to call before any propagation begins.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_PreFunctionName();
public: __property void set_PreFunctionName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_PreFunctionName(
BSTR * pRetVal
);
public: HRESULT put_PreFunctionName(
BSTR NewPreFunctionName
);

[Java]
public String getPreFunctionName();public void setPreFunctionName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1