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.2.419.0 (24.2.419.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
ArgumentNullException Thrown when collection is .
See Also