BasicLaunchSegment.Step Property |
Gets or sets the default step that the
SegmentPropagator should
create states for. This must be a positive duration.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Duration Step { get; set; }
Public Property Step As Duration
Get
Set
public:
property Duration Step {
Duration get ();
void set (Duration value);
}
member Step : Duration with get, set
Property Value
Type:
Duration
See Also