SystemZoneData.Create Method

SystemZoneDataCreate Method

Creates a new instance of a system-zone data domain class.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static SystemZoneData Create()
Public Shared Function Create As SystemZoneData
public:
static SystemZoneData^ Create()
static member Create : unit -> SystemZoneData 

Return Value

SystemZoneData
The newly created data domain instance.
See Also