AGI STK Astrogator 11 Send comments on this topic.
CustomFunction Property (IAgVAAttitudeControl)
See Also 





Description

The attitude definition to use for other STK functions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CustomFunction() As AgEVACustomFunction

[C#]
public AgEVACustomFunction CustomFunction {get; set;}

[Managed C++]
public: __property AgEVACustomFunction get_CustomFunction();
public: __property void set_CustomFunction(
AgEVACustomFunction
);

[Unmanaged C++]
public: HRESULT get_CustomFunction(
AgEVACustomFunction * pRetVal
);
public: HRESULT put_CustomFunction(
AgEVACustomFunction NewCustomFunction
);

[Java]
public AgEVACustomFunction getCustomFunction();public void setCustomFunction(
AgEVACustomFunction
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1