IProjectionConverterConvertToGis Method |
Get the equivalent projection string in GIS
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.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: SystemString
DHI projection string
Return Value
Type:
StringGIS projection string
See Also