CcsdsOrbitEphemerisMessageSegment.ObjectId Property |
Gets or sets the object identifier for which the
ephemeris is provided.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string ObjectId { get; set; }
Public Property ObjectId As String
Get
Set
public:
property String^ ObjectId {
String^ get ();
void set (String^ value);
}
member ObjectId : string with get, set
Property Value
Type:
String
See Also