Click or drag to resize

ConfigurationManagerUpdateIcon Method

[Missing <summary> documentation for "M:Cadcorp.Configuration.ConfigurationManager.UpdateIcon(System.Int32,System.String,System.Int32,System.Int32)"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public static bool UpdateIcon(
	int iconId,
	string iconName,
	int offsetX,
	int offsetY
)

Parameters

iconId
Type: SystemInt32

[Missing <param name="iconId"/> documentation for "M:Cadcorp.Configuration.ConfigurationManager.UpdateIcon(System.Int32,System.String,System.Int32,System.Int32)"]

iconName
Type: SystemString

[Missing <param name="iconName"/> documentation for "M:Cadcorp.Configuration.ConfigurationManager.UpdateIcon(System.Int32,System.String,System.Int32,System.Int32)"]

offsetX
Type: SystemInt32

[Missing <param name="offsetX"/> documentation for "M:Cadcorp.Configuration.ConfigurationManager.UpdateIcon(System.Int32,System.String,System.Int32,System.Int32)"]

offsetY
Type: SystemInt32

[Missing <param name="offsetY"/> documentation for "M:Cadcorp.Configuration.ConfigurationManager.UpdateIcon(System.Int32,System.String,System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Cadcorp.Configuration.ConfigurationManager.UpdateIcon(System.Int32,System.String,System.Int32,System.Int32)"]

See Also