InitFromEPSG

Initializes a projection definition based on a numeric EPSG projected coordinate system definition.

 

JavaScript

 

InitFromEPSG(

       EPSG)

 

C#

 

void InitFromEPSG(

       int EPSG)

 

C++

 

HRESULT InitFromEPSG(

       long EPSG)

Parameters

EPSG

A numeric EPSG projected coordinate system definition.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.