StkAttitudeFileOptionsIgnoreUnsupportedProperties Property  | 
 
            Gets or sets a value indicating whether 
ReadFrom(TextReader, StkAttitudeFileOptions)
            will ignore a property in the attitude file that it does not understand.  If this property is
            
, the reader will throw an 
InvalidDataException when it encounters
            such a property.  If this property is 
, the reader will note the unsupported property
            in the 
UnsupportedProperties collection but will otherwise ignore it, which can
            result in incorrect interpretation of the data in the attitude file.  Setting this property to
            
 will also cause the reader to ignore attitude blocks in an unsupported format.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IgnoreUnsupportedProperties { get; set; }Public Property IgnoreUnsupportedProperties As Boolean
	Get
	Set
public:
property bool IgnoreUnsupportedProperties {
	bool get ();
	void set (bool value);
}member IgnoreUnsupportedProperties : bool with get, set
Property Value
Type: 
Boolean
See Also