InternationalTerrestrialReferenceFrameTransformerTransformCollection Method |
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
)
Public Function TransformCollection (
collection As DateMotionCollection(Of Cartesian)
) As DateMotionCollection(Of Cartesian)
public:
DateMotionCollection<Cartesian>^ TransformCollection(
DateMotionCollection<Cartesian>^ collection
)
member TransformCollection :
collection : DateMotionCollection<Cartesian> -> DateMotionCollection<Cartesian>
Parameters
- collection
- Type: AGI.FoundationDateMotionCollectionCartesian
The collection to be transformed.
Return Value
Type:
DateMotionCollectionCartesianThe transformed collection.
Exceptions See Also