Click or drag to resize

PropertyMakePropertyT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new property [Experimental]

Namespace:  imbSCI.Graph.DGML.core
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Property MakeProperty<T>(
	T value,
	string _label
)
Request Example View Source

Parameters

value
Type: T
The value.
_label
Type: SystemString
The label.

Type Parameters

T

Return Value

Type: Property
See Also