Click or drag to resize

propertyAnnotationPresetGetAnnotationPresetItem Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the annotation preset item for specified id.

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public propertyAnnotationPresetItem GetAnnotationPresetItem(
	string id
)
Request Example View Source

Parameters

id
Type: SystemString
The identifier.

Return Value

Type: propertyAnnotationPresetItem
Preset with matched id, or default: defaultItem
Remarks
If no direct match is found, the method will try with lower case and no space version, and finally it will return defaultItem if no match found
See Also