MapProjectionProjectionShortName Method  | 
 
            Get the short name out of a WKT projetion string. 
            
            The short name is not unique amongst all WKT projections
            
            If the projString is not a WKT projection string, 
            the projString itself is returned as the short name.
            
 
    Namespace: 
   DHI.Projections
    Assembly:
   DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static string ProjectionShortName(
	string projString
)
Public Shared Function ProjectionShortName ( 
	projString As String
) As String
public:
static String^ ProjectionShortName(
	String^ projString
)
static member ProjectionShortName : 
        projString : string -> string 
Parameters
- projString
 - Type: SystemString
A WKT projection string 
Return Value
Type: 
String
See Also