GenericZoneCreateSketchBased Method


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static GenericZone CreateSketchBased(
	Document doc,
	ElementId typeId,
	string name,
	GenericZoneDomainData domainData,
	ElementId levelId,
	IList<CurveLoop> curveLoops
)

Parameters

doc  Document
 
typeId  ElementId
 
name  String
 
domainData  GenericZoneDomainData
 
levelId  ElementId
 
curveLoops  IListCurveLoop
 

Return Value

GenericZone
See Also