Share

AreaCreationData Class

A class which wraps the arguments of Area for batch creation

Inheritance Hierarchy

System.Object
  Autodesk.Revit.Creation.AreaCreationData


Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Properties

 NameDescription
Public propertyTagPoint Specify the location of the area tag.

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)

See Also

Reference

Was this information helpful?