Namespace:
Ingeniux.Runtime.Taxonomy
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax ICategoryDefinition ByID(
string categoryId
)
Function ByID (
categoryId As String
) As ICategoryDefinition
ICategoryDefinition^ ByID(
String^ categoryId
)
abstract ByID :
categoryId : string -> ICategoryDefinition
Parameters
- categoryId
- Type: SystemString
The ID of the category to look for
Return Value
Type:
ICategoryDefinitionThe specified
category, null if the category doesn't exist
See Also