DBConfigurationBaseUpdateStyle Method |
Update a style.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual int UpdateStyle(
int styleMapId,
string lineColour,
string fillColour,
int lineStyleID,
int pinID,
double strokeOpacity,
double fillOpacity,
int lineWidth,
string textColour,
int fontSize,
int pointRadius
)
Public Overridable Function UpdateStyle (
styleMapId As Integer,
lineColour As String,
fillColour As String,
lineStyleID As Integer,
pinID As Integer,
strokeOpacity As Double,
fillOpacity As Double,
lineWidth As Integer,
textColour As String,
fontSize As Integer,
pointRadius As Integer
) As Integer
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:
Int32Number of rows affected.
Implements
IDBConfigWriterUpdateStyle(Int32, String, String, Int32, Int32, Double, Double, Int32, String, Int32, Int32)
See Also