Click or drag to resize

ModelElementVisitorVisitElements Method

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