STK AstrogatorSend comments on this topic.
ThirdBodyName Property (IAgVAThirdBodyFunction)
See Also
Windows





Windows & Linux

Description

The selected third body model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ThirdBodyName() As String
[C#]
public string ThirdBodyName {get; set;}
[Managed C++]
public: __property String __gc ^ get_ThirdBodyName();
public: __property void set_ThirdBodyName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ThirdBodyName(
    BSTR * pVal
);
public: HRESULT put_ThirdBodyName(
    BSTR InVal
);
[Java]
public String getThirdBodyName();
public void setThirdBodyName(
    String
);
[Python - STK API ]
@property
def ThirdBodyName(self) -> str:

@ThirdBodyName.setter
def ThirdBodyName(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.