StructuralWallParams Constructor (IEnumerableInt32, IStructuralWallAttributeSet)

The constructor for a structural wall parameters

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public StructuralWallParams(
	IEnumerable<int> pointIndices,
	IStructuralWallAttributeSet attributeSet
)

Parameters

pointIndices
Type: System.Collections.GenericIEnumerableInt32
The sequence of construction point indices
attributeSet
Type: TSD.API.Remoting.Structure.CreateIStructuralWallAttributeSet
The IStructuralWallAttributeSet
See Also