Click or drag to resize

RegistryContains Method

Checks if the registry contains a specific coordinate reference system.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public static bool Contains(
	string id
)

Parameters

id
Type: SystemString
Identifier of the coordinate reference system, e.g. EPSG:4326

Return Value

Type: Boolean
Returns true, if the registry contains the coordinate reference system. Returns false otherwise.
See Also