Public Overloads Shared Function Create( _ ByVal hvTransformations As IEnumerable(Of HVDatumTransformation) _ ) As CompositeHVDatumTransformation
public static CompositeHVDatumTransformation Create( IEnumerable<HVDatumTransformation> hvTransformations )
Parameters
- hvTransformations
- The list of hv datum transformations to add to a CompositeHVDatumTransformation.
Return Value
A new CompositeHVDatumTransformation that contains the list of hv datum transformations.