Click or drag to resize

PropertyListAddProperty Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the property.

Namespace:  imbSCI.Graph.DGML.collections
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Property AddProperty(
	string propertyName,
	string label,
	Type type
)
Request Example View Source

Parameters

propertyName
Type: SystemString
Name of the property.
label
Type: SystemString
The label.
type
Type: SystemType
The type.

Return Value

Type: Property
See Also