ConfigurationManagerRemoveCRS Method |
Removes a CRS From the site.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic static bool RemoveCRS(
int crsId
)
Public Shared Function RemoveCRS (
crsId As Integer
) As Boolean
Parameters
- crsId
- Type: SystemInt32
ID of CRS to remove.
Return Value
Type:
BooleanBoolean indicating success.
See Also