Click or drag to resize

StkPatternFilePropertiesWithUnsupportedValues Property

Gets a dictionary of property names and values for the properties with values specified in the file that are not supported by the StkPatternFile 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> PropertiesWithUnsupportedValues { get; }

Property Value

Type: DictionaryString, String
See Also