StkEphemerisFileOptionsIgnorePropertiesWithUnsupportedValues Property  | 
 
            Gets or sets a value indicating whether 
ReadFrom(TextReader, StkEphemerisFileOptions)
            will ignore a property in the ephemeris file if the property has a value that the reader 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
            property with the unsupported value in the 
PropertiesWithUnsupportedValues
            collection but will otherwise ignore it, which can result in incorrect interpretation of the data in the
            ephemeris file.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IgnorePropertiesWithUnsupportedValues { get; set; }Public Property IgnorePropertiesWithUnsupportedValues As Boolean
	Get
	Set
public:
property bool IgnorePropertiesWithUnsupportedValues {
	bool get ();
	void set (bool value);
}member IgnorePropertiesWithUnsupportedValues : bool with get, set
Property Value
Type: 
Boolean
See Also