AreaCreationData Class

A class which wraps the arguments of Area for batch creation
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.CreationAreaCreationData

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class AreaCreationData

The AreaCreationData type exposes the following members.

Constructors
 NameDescription
Public methodAreaCreationData(Object)Initializes a new instance of the AreaCreationData class
Public methodAreaCreationData(ViewPlan, UV)The data needed to create a new area
Top
Properties
 NameDescription
Public propertyTagPoint Specify the location of the area tag.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also