RoofParams Constructor (IEnumerableIConstructionPoint, 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<IConstructionPoint> points,
	IRoofAttributeSet attributeSet
)

Parameters

points
Type: System.Collections.GenericIEnumerableIConstructionPoint
The sequence of IConstructionPoint
attributeSet
Type: TSD.API.Remoting.Structure.CreateIRoofAttributeSet
The IRoofAttributeSet
See Also