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