Click or drag to resize

metaToolsConvertToBootstrapColor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the color of to bootstrap.

Namespace:  imbSCI.Reporting.meta
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public static bootstrap_color ConvertToBootstrapColor(
	this dataPointImportance importance
)
Request Example View Source

Parameters

importance
Type: imbSCI.Core.enumsdataPointImportance
The importance.

Return Value

Type: bootstrap_color

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type dataPointImportance. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also