Click or drag to resize

CategoryCollectionItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the Category with the specified identifier.

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

Parameters

id
Type: SystemString
The identifier.

Property Value

Type: Category
The Category.

Return Value

Type: Category
See Also