|
Component_ShellSectionStates Property
|
[Missing <summary> documentation for "P:Karamba.GHopper.Results.Component_ShellSection.States"]
Namespace:
Karamba.GHopper.Results
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic List<ShellSectionState> States { get; set; }
Public Property States As List(Of ShellSectionState)
Get
Set
public:
property List<ShellSectionState^>^ States {
List<ShellSectionState^>^ get ();
void set (List<ShellSectionState^>^ value);
}
member States : List<ShellSectionState> with get, set
Property Value
Type:
ListShellSectionState
See Also