STK AgAsPluginSend comments on this topic.
CoordinateSystem Property (IAgAsEphemFileReaderPluginResultEphem)
See Also
Name
Windows





Windows & Linux

Description

The name of the coordinate system used for the ephemeris and covariance. AWB systems are supported using the same notation as that for CoordinateSystem in a .e file, e.g., AWB TopoCentric Facility/Facility1.

Property type

Write-only property

Syntax

[Visual Basic .NET]
Public Property CoordinateSystem() As String
[C#]
public string CoordinateSystem {set;}
[Managed C++]
public: __property void set_CoordinateSystem(
    String __gc ^
);
[Unmanaged C++]
public: HRESULT put_CoordinateSystem(
    BSTR Name
);
[Java]
public void setCoordinateSystem(
    String
);

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.