Click or drag to resize

DBConfigurationBaseSetOverlayIndex Method

Sets the value of OverlayIndex column for a particular layer

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual bool SetOverlayIndex(
	string table,
	string OverlayIndexValue,
	string columnName,
	string columnValue
)

Parameters

table
Type: SystemString
table name for the layer type
OverlayIndexValue
Type: SystemString
value to add as overlayIndex
columnName
Type: SystemString
name of the unique id column for the table
columnValue
Type: SystemString
unique id value for that table

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Cadcorp.Configuration.Connectors.DBConfigurationBase.SetOverlayIndex(System.String,System.String,System.String,System.String)"]

Implements

IDBConfigWriterSetOverlayIndex(String, String, String, String)
See Also