InternationalTerrestrialReferenceFrameTransformerEpoch Property |
Gets or sets the defined epoch for the constant terms in the transformation.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate? Epoch { get; set; }
Public Property Epoch As JulianDate?
Get
Set
public:
property Nullable<JulianDate> Epoch {
Nullable<JulianDate> get ();
void set (Nullable<JulianDate> value);
}
member Epoch : Nullable<JulianDate> with get, set
Property Value
Type:
NullableJulianDateSee Also