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





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 * pRetVal
);
public: HRESULT put_Originator(
BSTR NewOriginator
);

[Java]
public String getOriginator();public void setOriginator(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1