Click or drag to resize

propertyAnnotationPresetAddAnnotationPresetItem Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Manual creation of new preset item definition

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public propertyAnnotationPresetItem AddAnnotationPresetItem(
	string propertyName,
	string displayName = "",
	string description = ""
)
Request Example View Source

Parameters

propertyName
Type: SystemString
Name of the property.
displayName (Optional)
Type: SystemString
The display name for the property.
description (Optional)
Type: SystemString
The description, attached to the property

Return Value

Type: propertyAnnotationPresetItem
See Also