RoofParams Constructor (IEnumerableInt32, IRoofAttributeSet)

The constructor for a roof parameters

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

Parameters

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