dotnetCHARTING Send comments on this topic.
Parameters Property
See Also 
dotnetCHARTING.Mapping Namespace > Projection Class : Parameters Property


Gets or sets the projection parameters as a comma delimited string.

Syntax

Visual Basic (Declaration) 
Public Property Parameters As String
Visual Basic (Usage)Copy Code
Dim instance As Projection
Dim value As String
 
instance.Parameters = value
 
value = instance.Parameters
C# 
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 ""

See Also

© 2010 All Rights Reserved.