Click or drag to resize

GraphElementCollectionTItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the [!:T] with the specified identifier.

Namespace:  imbSCI.Graph.DGML.collections
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public T this[
	string id
] { get; }
Request Example View Source

Parameters

id
Type: SystemString
The identifier.

Property Value

Type: T
The [!:T].

Return Value

Type: T
See Also