STK AstrogatorSend comments on this topic.
SecondaryName Property (IAgVACR3BPFunc)
See Also
Windows





Windows & Linux

Description

Gets or sets the secondary body which should be consistently defined with CR3BP model definitions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SecondaryName() As String
[C#]
public string SecondaryName {get; set;}
[Managed C++]
public: __property String __gc ^ get_SecondaryName();
public: __property void set_SecondaryName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SecondaryName(
    BSTR * pVal
);
public: HRESULT put_SecondaryName(
    BSTR InVal
);
[Java]
public String getSecondaryName();
public void setSecondaryName(
    String
);
[Python - STK API ]
@property
def SecondaryName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.