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