Click or drag to resize

BuilderElementparent_inds Method

return the indexes of all parents of the element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<string> parent_inds(
	List<BuilderElement> elems
)

Parameters

elems
Type: System.Collections.GenericListBuilderElement
List of elems to look into.

Return Value

Type: ListString
list of element names.
See Also