STK ObjectsSend comments on this topic.
SatelliteIdentifier Property (IAgVePropagatorSP3)
See Also
Windows





Windows & Linux

Description

A selected satellite identifier.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SatelliteIdentifier() As String
[C#]
public string SatelliteIdentifier {get; set;}
[Managed C++]
public: __property String __gc ^ get_SatelliteIdentifier();
public: __property void set_SatelliteIdentifier( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SatelliteIdentifier(
    BSTR * pVal
);
public: HRESULT put_SatelliteIdentifier(
    BSTR SatelliteID
);
[Java]
public String getSatelliteIdentifier();
public void setSatelliteIdentifier(
    String
);
[Python - STK API ]
@property
def SatelliteIdentifier(self) -> str:

@SatelliteIdentifier.setter
def SatelliteIdentifier(self, SatelliteID:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.