DBConfigurationBaseAddIcon 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)
Syntaxpublic virtual int AddIcon(
string iconName,
string path,
int width,
int height,
int offsetx,
int offsety
)
Public Overridable Function AddIcon (
iconName As String,
path As String,
width As Integer,
height As Integer,
offsetx As Integer,
offsety As Integer
) As Integer
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:
Int32Number of rows affected.
Implements
IDBConfigWriterAddIcon(String, String, Int32, Int32, Int32, Int32)
See Also