Description
A fully qualified path to a Star object.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SelectedStar() As String
|
| [C#] |
|---|
public string SelectedStar {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_SelectedStar(); public: __property void set_SelectedStar(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SelectedStar(
BSTR * pRetVal
);
public: HRESULT put_SelectedStar(
BSTR SelectedStar
);
|
| [Java] |
|---|
public String getSelectedStar();
public void setSelectedStar(
String
);
|
| [Python - STK API] |
|---|
@property
def SelectedStar(self) -> str:
@SelectedStar.setter
def SelectedStar(self, SelectedStar:str) -> None:
|
See Also