Click or drag to resize

InternationalTerrestrialReferenceFrameTransformerTransformCollection 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: 24.1.418.0 (24.1.418.0)
Syntax
public DateMotionCollection<Cartesian> TransformCollection(
	DateMotionCollection<Cartesian> collection
)

Parameters

collection
Type: AGI.FoundationDateMotionCollectionCartesian
The collection to be transformed.

Return Value

Type: DateMotionCollectionCartesian
The transformed collection.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the collection is .
See Also