Click or drag to resize

BuilderElementPositionByIndexes Constructor

create element positions based on node indexes

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BuilderElementPositionByIndexes(
	IReadOnlyList<int> Indexes
)

Parameters

Indexes
Type: System.Collections.GenericIReadOnlyListInt32
indexes of the element nodes
See Also