Revit 2018 API |
StructuralConnectionHandler..::..ApprovalTypeId Property |
StructuralConnectionHandler Class See Also |
Retrieves or changes approval type of the Structural Connection Handler.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2017
Syntax
C# |
---|
public ElementId ApprovalTypeId { get; set; } |
Visual Basic |
---|
Public Property ApprovalTypeId As ElementId Get Set |
Visual C++ |
---|
public: property ElementId^ ApprovalTypeId { ElementId^ get (); void set (ElementId^ value); } |
Field Value
Name of connection.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | When setting this property: A non-optional argument was NULL |