Description
The identifying number for the satellite ephemeris being created. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SatID() As Integer
|
| [C#] |
|---|
public int SatID {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_SatID(); public: __property void set_SatID(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SatID(
long * pVal
);
public: HRESULT put_SatID(
long ID
);
|
| [Java] |
|---|
public int getSatID();
public void setSatID(
int
);
|
| [Python - STK API] |
|---|
@property
def SatID(self) -> int:
@SatID.setter
def SatID(self, ID:int) -> None:
|
See Also