Click or drag to resize

IDBConfigWriterRemoveCRS Method

Removes a CRS from the site.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
bool RemoveCRS(
	int crsId
)

Parameters

crsId
Type: SystemInt32
ID to remove.

Return Value

Type: Boolean
Boolean indicating success.
See Also