# GrapeCity.Documents.Svg.GcSvgGraphics.PushGroup

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Svg_GcSvgGraphics_PushGroup_" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.PushGroup*">PushGroup Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Svg_GcSvgGraphics_PushGroup_" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.PushGroup*"></a>
<h4 id="GrapeCity_Documents_Svg_GcSvgGraphics_PushGroup_System_Collections_Generic_List_GrapeCity_Documents_Svg_SvgCustomAttribute__" data-uid="GrapeCity.Documents.Svg.GcSvgGraphics.PushGroup(System.Collections.Generic.List{GrapeCity.Documents.Svg.SvgCustomAttribute})">PushGroup(List&lt;SvgCustomAttribute&gt;)</h4>
<div class="markdown level1 summary"><p>Starts a group ('g') element with custom attributes in the SVG document.
Call the <a class="xref" href="GrapeCity.Documents.Svg.GcSvgGraphics.PopGroup.html#GrapeCity_Documents_Svg_GcSvgGraphics_PopGroup">PopGroup()</a> method to end the group.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PushGroup(List&lt;SvgCustomAttribute&gt; customAttributes)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub PushGroup(customAttributes As List(Of SvgCustomAttribute))</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="GrapeCity.Documents.Svg.SvgCustomAttribute.html">SvgCustomAttribute</a>&gt;</td>
      <td><span class="parametername">customAttributes</span></td>
      <td><p>The list of attributes to be associated with the group.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
