|
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)
Syntaxpublic List<string> parent_inds(
List<BuilderElement> elems
)
Public Function parent_inds (
elems As List(Of BuilderElement)
) As List(Of String)
public:
List<String^>^ parent_inds(
List<BuilderElement^>^ elems
)
member parent_inds :
elems : List<BuilderElement> -> List<string>
Parameters
- elems
- Type: System.Collections.GenericListBuilderElement
List of elems to look into.
Return Value
Type:
ListStringlist of element names.
See Also