System.Object
Eplan.EplApi.DataModel.Graphics.Pen
System.Object
Eplan.EplApi.DataModel.Graphics.Pen
Name | Description | |
---|---|---|
Pen Constructor | Overloaded. |
Name | Description | |
---|---|---|
ColorId | Color index (0-255) Please use -16002 as "From layer" value.
Predefined values for line color index are: 0 = black 1 = red 2 = yellow 3 = green 4 = cyan 5 = blue 6 = magenta 7 = white 252 = darkgray 253 = gray | |
LineEndType | Type of line end (0-2) | |
PatternLength | Pattern length. The pattern will be stretched, so that the whole pattern fits to the length of PatternLenght. This is like in EPLAN 5. Please use 16002 as "From layer" value. | |
StyleFactor | Line Style Factor when positive or Pattern Length when negative. Default value: 1 Please use -16002 as "From layer" value. | |
StyleId | Line style identifier (0-6) Please use -16002 as "From layer" value.
Predefined line type index values are: 0 = continous: ------ 1 = dash: - - - - - 2 = dot: ....... 3 = dashdot: _._._._ 4 = dashdotdot: _.._.._ 5 = dash: _ _ 6 = dashlongdot: __ _ | |
Width | Line width. Normally it is 0.13 - 2 Please use -16002 as "From layer" value. |
Name | Description | |
---|---|---|
Dispose | Destructor for deterministic finalization of Pen object. | |
GetHashCode | Serves as the default hash function. |
Equality | .NET operator for comparing two GraphicalLayers. Comparison is made by comparing each of GraphicalLayers members instead of internal object id. |