InternationalTerrestrialReferenceFrameTransformer.TransformCollection Method |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Foundation.DateMotionCollection<Cartesian>
The collection to be transformed.
Return Value
Type:
DateMotionCollection<Cartesian>The transformed collection.
Exceptions
See Also