Click or drag to resize

InternationalTerrestrialReferenceFrameTransformer.TransformCollection Method

Transforms a DateMotionCollection<Cartesian> from the From to the To.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DateMotionCollection<Cartesian> TransformCollection(
	DateMotionCollection<Cartesian> collection
)

Parameters

collection
Type: AGI.Foundation.DateMotionCollection<Cartesian>
The collection to be transformed.

Return Value

Type: DateMotionCollection<Cartesian>
The transformed collection.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when collection is null.
See Also