Click or drag to resize

BuilderElementPositionByIndexes Constructor (IReadOnlyListInt32)

Initializes a new instance of the BuilderElementPositionByIndexes class. create element positions based on node indexes.

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

Parameters

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