Click or drag to resize

DocumentRenderInstruction Constructor (String, String, Double)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DocumentRenderInstruction class.

Namespace:  imbNLP.Toolkit.Entity
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public DocumentRenderInstruction(
	string _name,
	string _xpath,
	double _weight = 1
)

Parameters

_name
Type: SystemString
The name.
_xpath
Type: SystemString
The xpath.
_weight (Optional)
Type: SystemDouble

[Missing <param name="_weight"/> documentation for "M:imbNLP.Toolkit.Entity.DocumentRenderInstruction.#ctor(System.String,System.String,System.Double)"]

See Also