ImpulsiveManeuverInformation.Z Property |
Gets or sets the Z component of the
DeltaV.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Z { get; set; }
Public Property Z As Double
Get
Set
public:
property double Z {
double get ();
void set (double value);
}
member Z : float with get, set
Property Value
Type:
Double
See Also