StkAttitudeFilePropertiesWithUnsupportedValues Property |
Gets a dictionary of property names and values for the properties with values specified in the file that
are not supported by the
StkAttitudeFile 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> PropertiesWithUnsupportedValues { get; }
Public ReadOnly Property PropertiesWithUnsupportedValues As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ PropertiesWithUnsupportedValues {
Dictionary<String^, String^>^ get ();
}
member PropertiesWithUnsupportedValues : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also