Click or drag to resize

spiderToolsDescribeLayer Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.spiderTools.DescribeLayer(imbSCI.Data.collection.layers.layerCollection,imbSCI.Core.reporting.render.ITextRender)"]

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static void DescribeLayer(
	this layerCollection layer,
	ITextRender output
)

Parameters

layer
Type: layerCollection

[Missing <param name="layer"/> documentation for "M:imbWEM.Core.crawler.spiderTools.DescribeLayer(imbSCI.Data.collection.layers.layerCollection,imbSCI.Core.reporting.render.ITextRender)"]

output
Type: ITextRender

[Missing <param name="output"/> documentation for "M:imbWEM.Core.crawler.spiderTools.DescribeLayer(imbSCI.Data.collection.layers.layerCollection,imbSCI.Core.reporting.render.ITextRender)"]

Usage Note

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