IDBConfigWriterSetOverlayIndex 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)
Syntaxbool SetOverlayIndex(
string table,
string OverlayIndexValue,
string columnName,
string columnValue
)
Function SetOverlayIndex (
table As String,
OverlayIndexValue As String,
columnName As String,
columnValue As String
) As Boolean
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.IDBConfigWriter.SetOverlayIndex(System.String,System.String,System.String,System.String)"]
See Also