StructuralConnectionHandlerType Class


A StructuralConnectionHandlerType is used in StructuralConnectionHandler element generation.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2017

Syntax

C#
public class StructuralConnectionHandlerType : ElementType
Visual Basic
Public Class StructuralConnectionHandlerType _
	Inherits ElementType
Visual C++
public ref class StructuralConnectionHandlerType : public ElementType

Inheritance Hierarchy

SystemObject
  Autodesk.Revit.DBElement
    Autodesk.Revit.DBElementType
      Autodesk.Revit.DB.StructureStructuralConnectionHandlerType

See Also