Description
Ref Axes - the reference axes to be used in modeling this maneuver.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RefAxesName() As String
|
[C#] |
---|
public string RefAxesName {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_RefAxesName(); public: __property void set_RefAxesName(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_RefAxesName(
BSTR * pVal
);
public: HRESULT put_RefAxesName(
BSTR newVal
);
|
[Java] |
---|
public String getRefAxesName();
public void setRefAxesName(
String
);
|
[Python - STK API] |
---|
@property
def RefAxesName(self) -> str:
@RefAxesName.setter
def RefAxesName(self, newVal:str) -> None:
|
See Also