AGI STK Objects 11Send comments on this topic.
SatID Property (IAgVeEphemerisCode500ExportTool)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_SatID(
   long NewSatID
);
[Java]
public int getSatID();public void setSatID(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.