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