STK ObjectsSend comments on this topic.
ObjectID Property (IAgVeEphemerisCCSDSv2ExportTool)
See Also
Windows





Windows & Linux

Description

A string defining the Object ID - to be specified as the international spacecraft designator, also known as an NSSDC identifier.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ObjectID() As String
[C#]
public string ObjectID {get; set;}
[Managed C++]
public: __property String __gc ^ get_ObjectID();
public: __property void set_ObjectID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ObjectID(
    BSTR * pVal
);
public: HRESULT put_ObjectID(
    BSTR ID
);
[Java]
public String getObjectID();
public void setObjectID(
    String
);
[Python - STK API ]
@property
def ObjectID(self) -> str:

@ObjectID.setter
def ObjectID(self, ID:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.