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





Windows & Linux

Description

A name for the Object. By recommendation of the CCSDS standard, the name from the SPACEWARN Bulletin should be used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ObjectName() As String
[C#]
public string ObjectName {get; set;}
[Managed C++]
public: __property String __gc ^ get_ObjectName();
public: __property void set_ObjectName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ObjectName(
    BSTR * pVal
);
public: HRESULT put_ObjectName(
    BSTR Name
);
[Java]
public String getObjectName();
public void setObjectName(
    String
);
[Python - STK API ]
@property
def ObjectName(self) -> str:

@ObjectName.setter
def ObjectName(self, Name:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.