IProjectionConverter.ConvertToGis Method |
Get the equivalent projection string in GIS
Namespace:
DHI.Generic.MikeZero.DFS
Assembly:
DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxstring ConvertToGis(
string sDHIProjection
)
Function ConvertToGis (
sDHIProjection As String
) As String
String^ ConvertToGis(
String^ sDHIProjection
)
abstract ConvertToGis :
sDHIProjection : string -> string
Parameters
- sDHIProjection
- Type: System.String
DHI projection string
Return Value
Type:
StringGIS projection string
See Also