Revit 2025 API
Family |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public virtual bool Insert( FamilyType item )
Public Overridable Function Insert ( item As FamilyType ) As Boolean
public: virtual bool Insert( FamilyType^ item )
abstract Insert : item : FamilyType -> bool override Insert : item : FamilyType -> bool
Parameters
- item FamilyType
Return Value
BooleanSee Also