Public Overloads Shared Function Create( _ ByVal wkid As Integer, _ Optional ByVal transformForward As Boolean _ ) As CompositeHVDatumTransformation
public static CompositeHVDatumTransformation Create( int wkid, bool transformForward )
Parameters
- wkid
- The well-known ID of the hv datum transformation to be created.
- transformForward
- (Optional) Default is true. If false, the created transformation is inverted.
Return Value
A new CompositeHVDatumTransformation that contains the created HVDatumTransformation.