An enumerated type that represents the type of structural locations to which a connection annotation may be applied.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum StructuralConnectionApplyTo
Members
| Member name | Value | Description |
|---|
| BeamsAndBraces | 0 |
Designate a StructuralConnectionType to apply to beams and braces.
|
| ColumnBase | 2 |
Designate a StructuralConnectionType to apply to the base of a column.
|
| ColumnTop | 1 |
Designate a StructuralConnectionType to apply to the top of a column.
|
| Connection | 3 |
Designate a StructuralConnectionType to apply to the Connection Handler.
|
See Also
Reference