AGI STK Objects 11Send comments on this topic.
Originator Property (IAgVeEphemerisCCSDSv2ExportTool)
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 * pRetVal
);
public: HRESULT put_Originator(
   BSTR NewOriginator
);
[Java]
public String getOriginator();public void setOriginator(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.