Parameters Property
Gets or sets the projection parameters as a comma delimited string.
Syntax
'Declaration Public Property Parameters As String
'Usage Dim instance As Projection Dim value As String instance.Parameters = value value = instance.Parameters
public string Parameters {get; set;}
Remarks
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 | "" |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also