InsertableObject Class


A base class you all types that are insertable.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

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

Inheritance Hierarchy

See Also