Namespace:
Autodesk.Revit.Creation
FamilyInstanceCreationData
Class
Description:
A class which wraps the arguments of FamilyInstance for batch creation.
A class which wraps the arguments of FamilyInstance for batch creation.
FamilyInstanceCreationData Class Members:
Name | Description | Inherited From |
---|---|---|
FamilyInstanceCreationData(Object) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(FamilySymbol, IList<XYZ>) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(Face, Line, FamilySymbol) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(XYZ, FamilySymbol, StructuralType) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(Curve, FamilySymbol, Level, StructuralType) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(Face, XYZ, XYZ, FamilySymbol) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(XYZ, FamilySymbol, Element, StructuralType) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(XYZ, FamilySymbol, Level, StructuralType) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(XYZ, FamilySymbol, Element, Level, StructuralType) | Initializes a new instance of the FamilyInstanceCreationData class | |
FamilyInstanceCreationData(XYZ, FamilySymbol, XYZ, Element, StructuralType) | Initializes a new instance of the FamilyInstanceCreationData class |
Name | Description | Inherited From |
---|---|---|
Axis | Get or set the axis of the FamilyInstance | |
RotateAngle | Get or set the rotate angle of the FamilyInstance |
Name | Description | Inherited From |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |