STK ObjectsSend comments on this topic.
Identifier Property (IAgCelestialBodyInfo)
See Also
Windows





Windows & Linux

Description

Gets the identification of the star as per star catalog.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Identifier() As String
[C#]
public string Identifier {get;}
[Managed C++]
public: __property String __gc ^ get_Identifier();
[Unmanaged C++]
public: HRESULT get_Identifier(
    BSTR * pRetVal
);
[Java]
public String getIdentifier();
[Python - STK API ]
@property
def Identifier(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.