STK ObjectsSend 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 * pVal
);
public: HRESULT put_Originator(
    BSTR Originator
);
[Java]
public String getOriginator();
public void setOriginator(
    String
);
[Python - STK API ]
@property
def Originator(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.