|
ShellSectionStateResults Property
|
Gets or sets the results grouped by types.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Dictionary<ShellSecResult, List<List<List<double>>>> Results { get; set; }
Public Property Results As Dictionary(Of ShellSecResult, List(Of List(Of List(Of Double))))
Get
Set
public:
property Dictionary<ShellSecResult, List<List<List<double>^>^>^>^ Results {
Dictionary<ShellSecResult, List<List<List<double>^>^>^>^ get ();
void set (Dictionary<ShellSecResult, List<List<List<double>^>^>^>^ value);
}
member Results : Dictionary<ShellSecResult, List<List<List<float>>>> with get, set
Property Value
Type:
DictionaryShellSecResult,
ListListListDouble
RemarksResults lists are grouped by [subpoly][loadcase][crossed face indx].
See Also