Click or drag to resize

propertyAnnotationPresetLoad Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads preset from the specified filename.

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static propertyAnnotationPreset Load(
	string filename,
	ILogBuilder log
)
Request Example View Source

Parameters

filename
Type: SystemString
The filename.
log
Type: imbSCI.Core.reportingILogBuilder
The log.

Return Value

Type: propertyAnnotationPreset
See Also