BasicLaunchSegment.MotionID Property |
Gets or sets the ID in the state that represents the motion to be computed/manipulated.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string MotionID { get; set; }
Public Property MotionID As String
Get
Set
public:
property String^ MotionID {
String^ get ();
void set (String^ value);
}
member MotionID : string with get, set
Property Value
Type:
String
See Also