Click or drag to resize

imbGraphExtensionsisElementLevel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether [is element level] [the specified element].

Namespace:  imbSCI.Data
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public static bool isElementLevel(
	this IObjectWithReportLevel obj,
	reportElementLevel element
)
Request Example View Source

Parameters

obj
Type: imbSCI.Data.interfacesIObjectWithReportLevel
The object.
element
Type: imbSCI.Data.enumsreportElementLevel
The element.

Return Value

Type: Boolean
true if [is element level] [the specified element]; otherwise, false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IObjectWithReportLevel. 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