Create Method


Creates a new StructuralConnectionApprovalType.

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

Syntax

C#
public static StructuralConnectionApprovalType Create(
	Document doc,
	string name
)
Visual Basic
Public Shared Function Create ( _
	doc As Document, _
	name As String _
) As StructuralConnectionApprovalType
Visual C++
public:
static StructuralConnectionApprovalType^ Create(
	Document^ doc, 
	String^ name
)

Parameters

doc
Type: Autodesk.Revit.DBDocument
name
Type: SystemString
A name for the new approval type. It must be unique within the document.

Return Value

Created connection approval type.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null
Autodesk.Revit.ExceptionsArgumentsInconsistentException The input name for approval type is not unique in the document.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →