Gets or sets the identifying number for the satellite ephemeris being created. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property SatID() As Integer |
[C#] |
---|
public int SatID {get; set;} |
[Managed C++] |
---|
public: __property int get_SatID(); |
[Unmanaged C++] |
---|
public: HRESULT get_SatID( long * pVal ); public: HRESULT put_SatID( long ID ); |
[Java] |
---|
public int getSatID(); public void setSatID( int ); |