StkAttitudeFileProperties Property |
Gets a dictionary of key and value pairs in the STK attitude file.
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