Share

FamilyInstanceCreationData Class

A class which wraps the arguments of FamilyInstance for batch creation.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.Creation.FamilyInstanceCreationData


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

Syntax

C#

public class FamilyInstanceCreationData

The FamilyInstanceCreationData type exposes the following members.

Constructors

 NameDescription
Public methodFamilyInstanceCreationData(Object)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(FamilySymbol, IList<XYZ>)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(Face, Line, FamilySymbol)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(XYZ, FamilySymbol, StructuralType)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(Curve, FamilySymbol, Level, StructuralType)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(Face, XYZ, XYZ, FamilySymbol)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(XYZ, FamilySymbol, Element, StructuralType)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(XYZ, FamilySymbol, Level, StructuralType)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(XYZ, FamilySymbol, Element, Level, StructuralType)Initializes a new instance of the FamilyInstanceCreationData class
Public methodFamilyInstanceCreationData(XYZ, FamilySymbol, XYZ, Element, StructuralType)Initializes a new instance of the FamilyInstanceCreationData class

Properties

 NameDescription
Public propertyAxis Get or set the axis of the FamilyInstance
Public propertyRotateAngle Get or set the rotate angle of the FamilyInstance

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?