Click or drag to resize

GraphAttributeAttribute Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the GraphAttributeAttribute class

Namespace:  imbSCI.Graph.DOT
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public GraphAttributeAttribute(
	string name,
	Object defaultValue
)

Parameters

name
Type: SystemString
defaultValue
Type: SystemObject
See Also