| Revit Preview Release API |
| StructuralConnectionApplyTo Enumeration |
| See Also |
An enumerated type that represents the type of structural locations to which a connection annotation may be applied.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2011
Syntax
| C# |
|---|
public enum StructuralConnectionApplyTo |
| Visual Basic |
|---|
Public Enumeration StructuralConnectionApplyTo |
| Visual C++ |
|---|
public enum class StructuralConnectionApplyTo |
Members
| Member name | Description |
|---|---|
| BeamsAndBraces | Designate a StructuralConnectionType to apply to beams and braces. |
| ColumnTop | Designate a StructuralConnectionType to apply to the top of a column. |
| ColumnBase | Designate a StructuralConnectionType to apply to the base of a column. |
| Connection | Designate a StructuralConnectionType to apply to the Connection Handler. |