Gets or sets the attitude definition to use for other STK functions.
Read-write property
[Visual Basic .NET] |
---|
Public Property CustomFunction() As AgEVACustomFunction |
[C#] |
---|
public AgEVACustomFunction CustomFunction {get; set;} |
[Managed C++] |
---|
public: __property AgEVACustomFunction get_CustomFunction(); |
[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: |