StkEphemerisFileProperties Property |
Gets a dictionary of key and value pairs in the STK ephemeris file. After an
StkEphemerisFile is
read, this dictionary contains all the key and value pairs in the file. When writing an
StkEphemerisFile, these properties are written back to the file, but only if another
property does not offer an authoritative value. For example, if the
CoordinateSystem
property is set, any "CoordinateSystem" property in this collection will be overwritten.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Dictionary<string, string> Properties { get; }
Public ReadOnly Property Properties As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Properties {
Dictionary<String^, String^>^ get ();
}
member Properties : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also