Click or drag to resize

StkAttitudeFileUnsupportedProperties 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 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.1.418.0 (24.1.418.0)
Syntax
public Dictionary<string, string> UnsupportedProperties { get; }

Property Value

Type: DictionaryString, String
See Also