Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSectionViewGroup
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SectionViewGroup
VB
Public Class SectionViewGroup
C++
public ref class SectionViewGroup
The SectionViewGroup type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsIndividual | Gets a boolean value which indicates whether current SectionViewGroup is individual SectionViewGroup. | |
| LayoutName | Gets the layout name within template file path which was used to create the current SectionViewGroup. | |
| Name | Gets the name of SectionViewGroup. | |
| PlotStyleId | Gets or sets the section view group plot style. | |
| SampleLineGroupId | Gets the ObjectId of the parent SampleLineGroup. | |
| TemplateFilePath | Gets the template file path which was used to create the current SectionViewGroup. |
Methods
| Name | Description | |
|---|---|---|
| GetSectionViewIds | Gets the objectId collection of all section views attached on SampleLineGroup. | |
| ImportLabelSetForSectionsInGroup | Import the label objects in the label set to section views in this group | |
| UpdateLayout | Update the layout of the current SectionViewGroup to reset the location of section views. |
