Click or drag to resize

StkEphemerisFileProperties Property

Gets a dictionary of key and value pairs in the STK ephemeris file. After an StkEphemerisFile is read, this dictionary contains all of 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.1.418.0 (24.1.418.0)
Syntax
public Dictionary<string, string> Properties { get; }

Property Value

Type: DictionaryString, String
See Also