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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.