<Code Lib>
2026 Class
Changes 0
C

FamilyInstanceCreationData

Description:
A class which wraps the arguments of FamilyInstance for batch creation.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.Creation.FamilyInstanceCreationData

Name Return Type Description Inherited From
C FamilyInstanceCreationData(Object) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(FamilySymbol, IList<XYZ>) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(Face, Line, FamilySymbol) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(XYZ, FamilySymbol, StructuralType) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(Curve, FamilySymbol, Level, StructuralType) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(Face, XYZ, XYZ, FamilySymbol) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(XYZ, FamilySymbol, Element, StructuralType) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(XYZ, FamilySymbol, Level, StructuralType) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(XYZ, FamilySymbol, Element, Level, StructuralType) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class
C FamilyInstanceCreationData(XYZ, FamilySymbol, XYZ, Element, StructuralType) FamilyInstanceCreationData Initializes a new instance of the FamilyInstanceCreationData class

Name Return Type Description Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P Axis Line Get or set the axis of the FamilyInstance
P RotateAngle double Get or set the rotate angle of the FamilyInstance

Loading…