|
ElementStates_OLDStates Property
|
Gets or sets states in points of the element.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<PointState> States { get; set; }
Public Property States As List(Of PointState)
Get
Set
public:
property List<PointState^>^ States {
List<PointState^>^ get ();
void set (List<PointState^>^ value);
}
member States : List<PointState> with get, set
Property Value
Type:
ListPointState
See Also