ApprovalTypeId Property


Retrieves or changes approval type of the Structural Connection Handler.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
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

See Also