Revit 2020.1 API |
ViewSet..::..Insert Method |
ViewSet Class See Also |
Insert the specified view into the set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public virtual bool Insert( View item ) |
Visual Basic |
---|
Public Overridable Function Insert ( _ item As View _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Insert( View^ item ) |
Parameters
- item
- Type: Autodesk.Revit.DB..::..View
The view to be inserted into the set.