Click or drag to resize

IDBConfigWriterUpdateStyle Method

Update a style.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
int UpdateStyle(
	int styleMapId,
	string lineColour,
	string fillColour,
	int lineStyleID,
	int pinID,
	double strokeOpacity,
	double fillOpacity,
	int lineWidth,
	string textColour,
	int fontSize,
	int pointRadius
)

Parameters

styleMapId
Type: SystemInt32
Style Map ID
lineColour
Type: SystemString
Line Colour Hex Value
fillColour
Type: SystemString
Fill Colour Hex Value
lineStyleID
Type: SystemInt32
Line Style ID
pinID
Type: SystemInt32
Pin ID
strokeOpacity
Type: SystemDouble
Stroke Opacity
fillOpacity
Type: SystemDouble
Fill Opacity
lineWidth
Type: SystemInt32
Line Width
textColour
Type: SystemString
Text Colour Hex Value
fontSize
Type: SystemInt32
Font Size
pointRadius
Type: SystemInt32
Point Radius

Return Value

Type: Int32
Number of rows affected.
See Also