StkPatternFile.Pattern.PatternData Property |
Gets the pattern data associated with this pattern file in the angular units of the pattern file.
The
Radial property of each item corresponds to the first column of data and
Clock corresponds to the second column.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic List<Polar> PatternData { get; }
Public ReadOnly Property PatternData As List(Of Polar)
Get
public:
property List<Polar>^ PatternData {
List<Polar>^ get ();
}
member PatternData : List<Polar> with get
Property Value
Type:
List<Polar>
See Also