Click or drag to resize

IDBConfigWriterAddIcon Method

Adds a new icon to the site.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
int AddIcon(
	string iconName,
	string path,
	int width,
	int height,
	int offsetx,
	int offsety
)

Parameters

iconName
Type: SystemString
Icon Name
path
Type: SystemString
Path to icon
width
Type: SystemInt32
Icon Width
height
Type: SystemInt32
Icon Height
offsetx
Type: SystemInt32
X offset
offsety
Type: SystemInt32
Y offset

Return Value

Type: Int32
Number of rows affected.
See Also