Public Overloads Shared Function Create( _ ByVal geoTransformations As IEnumerable(Of GeographicTransformation) _ ) As CompositeGeographicTransformation
public static CompositeGeographicTransformation Create( IEnumerable<GeographicTransformation> geoTransformations )
Parameters
- geoTransformations
- The list of geographic transformations to add to a CompositeGeographicTransformation.
Return Value
A new CompositeGeographicTransformation that contains the list of GeographicTransformations.