GroupNode Class
A node that represents set of individual elements grouped together in some form, such as an instance of a family or linked Revit file.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:  2014

Syntax

C#
public class GroupNode : RenderNode
Visual Basic
Public Class GroupNode _
	Inherits RenderNode
Visual C++
public ref class GroupNode : public RenderNode

Inheritance Hierarchy

See Also