AxesInAxesInAxes Property  | 
 
            Gets or sets the axes in which to find the 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 InAxes { get; set; }Public Property InAxes As Axes
	Get
	Set
public:
property Axes^ InAxes {
	Axes^ get ();
	void set (Axes^ value);
}member InAxes : Axes with get, set
Property Value
Type: 
Axes
See Also