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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1