Click or drag to resize

HTMLSectionsFindItem Method

Find item with given name. Returns null if not found

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IHTMLSectionItem FindItem(
	string itemName
)

Parameters

itemName
Type: SystemString

[Missing <param name="itemName"/> documentation for "M:DHI.Mike1D.Generic.HTMLSections.FindItem(System.String)"]

Return Value

Type: IHTMLSectionItem

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.HTMLSections.FindItem(System.String)"]

See Also