Revit 2018 API |
StructuralConnectionType..::..ApplyTo Property |
StructuralConnectionType Class See Also |
Choose whether this connection type applies to beams and
braces, to tops of columns, or to bases of columns.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2011
Syntax
C# |
---|
public StructuralConnectionApplyTo ApplyTo { get; } |
Visual Basic |
---|
Public ReadOnly Property ApplyTo As StructuralConnectionApplyTo Get |
Visual C++ |
---|
public: property StructuralConnectionApplyTo ApplyTo { StructuralConnectionApplyTo get (); } |
Remarks
The property cannot be changed. Create a new
StructuralConnectionType if a different value is needed.