StructuralConnectionApprovalTypeCreate Method |
Creates a new StructuralConnectionApprovalType.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static StructuralConnectionApprovalType Create(
Document doc,
string name
)
Public Shared Function Create (
doc As Document,
name As String
) As StructuralConnectionApprovalType
public:
static StructuralConnectionApprovalType^ Create(
Document^ doc,
String^ name
)
static member Create :
doc : Document *
name : string -> StructuralConnectionApprovalType
Parameters
- doc Document
-
- name String
-
A name for the new approval type. It must be unique within the document.
Return Value
StructuralConnectionApprovalType
Created connection approval type.
Exceptions
See Also