Click or drag to resize

ModelTrussAcceptT Method (ModelElementVisitorT, T)

accept an element visitor

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void Accept<T>(
	ModelElementVisitor<T> v,
	T arg
)

Parameters

v
Type: Karamba.ElementsModelElementVisitorT
visitor
arg
Type: T
argument passed to the accepting object

Type Parameters

T
type of visitor
See Also