Click or drag to resize

DBConfigurationBaseGetHighestXYZOverlayIndex Method

Gets the higest Z index for XYZ Overlays in the specified map

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int GetHighestXYZOverlayIndex(
	DbConnection connection,
	int mapId
)

Parameters

connection
Type: System.Data.CommonDbConnection
Database connection to use.
mapId
Type: SystemInt32
Map ID

Return Value

Type: Int32
The highest Z index

Implements

IDBConfigWriterGetHighestXYZOverlayIndex(DbConnection, Int32)
See Also