AdaptiveComponentFamilyUtils
Description:
An interface for Adaptive Component Instances.
An interface for Adaptive Component Instances.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.AdaptiveComponentFamilyUtils
System.Object
Autodesk.Revit.DB.AdaptiveComponentFamilyUtils
public static class AdaptiveComponentFamilyUtils
| Name | Return Type | Description |
|---|---|---|
| GetNumberOfAdaptivePoints(Family) | Int32 | Gets number of Adaptive Point Elements in Adaptive Component Family. |
| GetNumberOfPlacementPoints(Family) | Int32 | Gets number of Placement Point Elements in Adaptive Component Family. |
| GetNumberOfShapeHandlePoints(Family) | Int32 | Gets number of Shape Handle Point Elements in Adaptive Component Family. |
| GetPlacementNumber(Document, ElementId) | Int32 | Gets Placement number of an Adaptive Placement Point. |
| GetPointConstraintType(Document, ElementId) | AdaptivePointConstraintType | Gets constrain type of an Adaptive Shape Handle Point. |
| GetPointOrientationType(Document, ElementId) | AdaptivePointOrientationType | Gets orientation type of an Adaptive Placement Point. |
| IsAdaptiveComponentFamily(Family) | Boolean | Verifies if the Family is an Adaptive Component Family. |
| IsAdaptivePlacementPoint(Document, ElementId) | Boolean | Verifies if the Reference Point is an Adaptive Placement Point. |
| IsAdaptivePoint(Document, ElementId) | Boolean | Verifies if the Reference Point is an Adaptive Point. |
| IsAdaptiveShapeHandlePoint(Document, ElementId) | Boolean | Verifies if the Reference Point is an Adaptive Shape Handle Point. |
| MakeAdaptivePoint(Document, ElementId, AdaptivePointType) | None | Makes Reference Point an Adaptive Point or makes an Adaptive Point a Reference Point. |
| SetPlacementNumber(Document, ElementId, Int32) | None | Sets Placement Number of an Adaptive Placement Point. |
| SetPointConstraintType(Document, ElementId, AdaptivePointConstraintType) | None | Sets constrain type of an Adaptive Shape Handle Point. |
| SetPointOrientationType(Document, ElementId, AdaptivePointOrientationType) | None | Sets orientation type of an Adaptive Placement Point. |