AGI STK Objects 11Send comments on this topic.
ObjectName Property (IAgVeEphemerisCCSDSExportTool)
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 * pRetVal
);
public: HRESULT put_ObjectName(
   BSTR NewObjectName
);
[Java]
public String getObjectName();public void setObjectName(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.