Click or drag to resize

ModelElementVisitorVisitElements Method (ListString)

Let visitor visit all fem elements that correspond to the given identifiers. If no identifiers are given all elements are visited.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void VisitElements(
	List<string> ids = null
)

Parameters

ids (Optional)
Type: System.Collections.GenericListString
identifier of the elements to be visited.
See Also