| Revit 2021.1 API |
| GenericZone..::..GetDomainData Method |
| GenericZone Class See Also |
Gets the domain data for the generic zone.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2020.1
Syntax
| C# |
|---|
public GenericZoneDomainData GetDomainData() |
| Visual Basic |
|---|
Public Function GetDomainData As GenericZoneDomainData |
| Visual C++ |
|---|
public: GenericZoneDomainData^ GetDomainData() |