Click or drag to resize

spiderModuleToolsGetInlineDescription Method (layerStack)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.crawler.modules.implementation.spiderModuleTools.GetInlineDescription(imbSCI.Data.collection.layers.layerStack)"]

Namespace:  imbWEM.Core.crawler.modules.implementation
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static string GetInlineDescription(
	this layerStack layers
)

Parameters

layers
Type: layerStack

[Missing <param name="layers"/> documentation for "M:imbWEM.Core.crawler.modules.implementation.spiderModuleTools.GetInlineDescription(imbSCI.Data.collection.layers.layerStack)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbWEM.Core.crawler.modules.implementation.spiderModuleTools.GetInlineDescription(imbSCI.Data.collection.layers.layerStack)"]

Usage Note

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