STK AstrogatorSend comments on this topic.
CustomFunction Property (IAgVAAttitudeControl)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_CustomFunction(
    AgEVACustomFunction newVal
);
[Java]
public AgEVACustomFunction getCustomFunction();
public void setCustomFunction(
    AgEVACustomFunction
);
[Python - STK API ]
@property
def CustomFunction(self) -> "AgEVACustomFunction":

@CustomFunction.setter
def CustomFunction(self, newVal:"AgEVACustomFunction") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.