AxesInAxes.AxesToObserve Property |
Gets or sets the axes to observe in another axes.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Axes AxesToObserve { get; set; }
Public Property AxesToObserve As Axes
Get
Set
public:
property Axes^ AxesToObserve {
Axes^ get ();
void set (Axes^ value);
}
member AxesToObserve : Axes with get, set
Property Value
Type:
Axes
See Also