EarthCentralBodyInternationalCelestialReferenceFrame Property |
Gets or sets the International Celestial Reference Frame.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic ReferenceFrame InternationalCelestialReferenceFrame { get; set; }Public Property InternationalCelestialReferenceFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ InternationalCelestialReferenceFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}member InternationalCelestialReferenceFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
See Also