Click or drag to resize

RegistryGetContent Method

Returns the contents of the registry in CSV format.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public static string GetContent(
	bool epsgDatabaseOnly = false
)

Parameters

epsgDatabaseOnly (Optional)
Type: SystemBoolean
If set to true, returns the contents of the internal EPSG database only. If set to false, returns the current contents of the registry.

Return Value

Type: String
String containing the registry contents in the CSV format id;wkt, one CRS per line.
See Also