GenericZoneCreateSpaceBased Method


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

Parameters

doc  Document
 
typeId  ElementId
 
name  String
 
domainData  GenericZoneDomainData
 
levelId  ElementId
 
spaceIds  ISetElementId
 

Return Value

GenericZone
See Also