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: 1.0.0.0 (1.0.0.0)
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