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)
Syntaxbool RemoveCRS(
	int crsId
)
Function RemoveCRS ( 
	crsId As Integer
) As Boolean
Parameters
- crsId
 - Type: SystemInt32
ID to remove. 
Return Value
Type: 
BooleanBoolean indicating success.
See Also