StkEphemerisFileUnsupportedProperties Property |
Gets a dictionary of property names and values for the properties that are contained in the file but that
are not supported by the
StkEphemerisFile reader. Any information contained in these properties
may not be captured by the reader.
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> UnsupportedProperties { get; }
Public ReadOnly Property UnsupportedProperties As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ UnsupportedProperties {
Dictionary<String^, String^>^ get ();
}
member UnsupportedProperties : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also