Click or drag to resize

BuilderDSTVgetNodalInstrIndex Method

determine the instruction numbers of all nodes of the element and return true if successful

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected bool getNodalInstrIndex(
	ModelElement elem,
	out List<int> insts
)

Parameters

elem
Type: Karamba.ElementsModelElement
element for which the instruction numbers of the nodes need to be retrieved
insts
Type: System.Collections.GenericListInt32
list of instruction numbers of the nodes

Return Value

Type: Boolean
true if instruction numbers for all nodes exist, false otherwise
See Also