AxesFixedAtJulianDateFixedWithRespectTo Property |
Gets or sets the (optional)
Axes in which the
FixedAxes will be fixed.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Axes FixedWithRespectTo { get; set; }
Public Property FixedWithRespectTo As Axes
Get
Set
public:
property Axes^ FixedWithRespectTo {
Axes^ get ();
void set (Axes^ value);
}
member FixedWithRespectTo : Axes with get, set
Property Value
Type:
Axes
See Also