AGI STK Objects 11Send comments on this topic.
Originator Property (IAgVeEphemerisCCSDSExportTool)
See Also
Windows






Windows & Linux

Description

A string that specifies an identifier of the organization producing the data file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Originator() As String
[C#]
public string Originator {get; set;}
[Managed C++]
public: __property String __gc ^ get_Originator();
public: __property void set_Originator( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Originator(
    BSTR * pVal
);
public: HRESULT put_Originator(
    BSTR Originator
);
[Java]
public String getOriginator();
public void setOriginator(
    String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.