| Visual Basic (Declaration) | |
|---|---|
| Public Property Parameters As String | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public string Parameters {get; set;} | |
The following table defines the projection parameters based on the specific projection type.
| Projection Type | Parameters | Example | 
| Mercator | Latitude in degrees | "-50" | 
| Lambert Conic | Azimuthal coordinate on the surface of a
                                sphere, The latitude (projection latitude) in degrees, The projection standard first parallel in degrees, The projection standard second parallel in degrees. | "-96, 38, 32, 42" | 
| Unprojected | N/A | "" | 
 
     
     
     
    