IDBConfigWriterRemoveGeognoSIS8Layer Method  | 
 
            Remove a GeognoSIS 8 Layer from the site.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxint RemoveGeognoSIS8Layer(
	string mapConfiguration,
	int layerId
)
Function RemoveGeognoSIS8Layer ( 
	mapConfiguration As String,
	layerId As Integer
) As Integer
Parameters
- mapConfiguration
 - Type: SystemString
Map configuration name - layerId
 - Type: SystemInt32
Layer ID 
Return Value
Type: 
Int32Number of Rows Affected.
See Also