Click or drag to resize

LifecycleConfigReadStyleConfig Method (XmlElement, String, Double, String, String)

Namespace:  PDTec.IceNet.Domain.Lifecycle
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public LifecycleConfigStyleConfig ReadStyleConfig(
	XmlElement xeLifecycle,
	string styleName,
	double defaultPenWidth,
	string defaultColor,
	string defaultFillColor
)

Parameters

xeLifecycle
Type: System.XmlXmlElement
styleName
Type: SystemString
defaultPenWidth
Type: SystemDouble
defaultColor
Type: SystemString
defaultFillColor
Type: SystemString

Return Value

Type: LifecycleConfigStyleConfig
See Also