|
ElementStateBasePoint Property
|
Gets the anchor point of the state.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3 BasePoint { get; }
Public ReadOnly Property BasePoint As Point3
Get
public:
property Point3 BasePoint {
Point3 get ();
}
member BasePoint : Point3 with get
Property Value
Type:
Point3
See Also