Skip to content

FamilyInstanceCreationData

Public 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: 25.0.0.0 (25.0.0.0)

Syntax

public class FamilyInstanceCreationData

The FamilyInstanceCreationData type exposes the following members.

Constructors

Name

Description


Public Method
FamilyInstanceCreationData(Object)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(FamilySymbol, IList.XYZ.)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(Face, Line, FamilySymbol)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(XYZ, FamilySymbol, StructuralType)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(Curve, FamilySymbol, Level, StructuralType)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(Face, XYZ, XYZ, FamilySymbol)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(XYZ, FamilySymbol, Element, StructuralType)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(XYZ, FamilySymbol, Level, StructuralType)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(XYZ, FamilySymbol, Element, Level, StructuralType)

Initializes a new instance of the FamilyInstanceCreationData class


Public Method
FamilyInstanceCreationData(XYZ, FamilySymbol, XYZ, Element, StructuralType)

Initializes a new instance of the FamilyInstanceCreationData class


Properties

Name

Description


Public Property
Axis

Get or set the axis of the FamilyInstance


Public Property
RotateAngle

Get or set the rotate angle of the FamilyInstance


Methods

Name

Description


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)