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
)
Public Shared Function GetContent (
Optional epsgDatabaseOnly As Boolean = false
) As String
public:
static String^ GetContent(
bool epsgDatabaseOnly = false
)
static member GetContent :
?epsgDatabaseOnly : bool
(* Defaults:
let _epsgDatabaseOnly = defaultArg epsgDatabaseOnly false
*)
-> string
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:
StringString containing the registry contents in the CSV format
id;wkt, one CRS per line.
See Also