BuilderElementparent_inds Method
return the indexes of all parents of the element.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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>
- elems ListBuilderElement
- List of elems to look into.
ListStringlist of element names.