Click or drag to resize

IModelElementVisitorTVisitShell Method

Visit shell.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
void VisitShell(
	ModelShell e,
	T arg
)

Parameters

e
Type: Karamba.ElementsModelShell
Element to be visited.
arg
Type: T
Visitor argument.
See Also