EarthOrientationParameters Constructor (IEnumerableEarthOrientationParametersData) | 
 
            Initializes a new instance from the specified list of data points.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EarthOrientationParameters(
	IEnumerable<EarthOrientationParametersData> data
)
Public Sub New ( 
	data As IEnumerable(Of EarthOrientationParametersData)
)
public:
EarthOrientationParameters(
	IEnumerable<EarthOrientationParametersData^>^ data
)
new : 
        data : IEnumerable<EarthOrientationParametersData> -> EarthOrientationParametersParameters
- data
 - Type: System.Collections.GenericIEnumerableEarthOrientationParametersData
The list of EOP data points. 
See Also