SectionViewGroup Class

Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSectionViewGroup

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SectionViewGroup

The SectionViewGroup type exposes the following members.

Properties
 NameDescription
Public propertyIsIndividual Gets a boolean value which indicates whether current SectionViewGroup is individual SectionViewGroup.
Public propertyLayoutName Gets the layout name within template file path which was used to create the current SectionViewGroup.
Public propertyName Gets the name of SectionViewGroup.
Public propertyPlotStyleId Gets or sets the section view group plot style.
Public propertySampleLineGroupId Gets the ObjectId of the parent SampleLineGroup.
Public propertyTemplateFilePath Gets the template file path which was used to create the current SectionViewGroup.
Top
Methods
 NameDescription
Public methodGetSectionViewIds Gets the objectId collection of all section views attached on SampleLineGroup.
Public methodImportLabelSetForSectionsInGroup Import the label objects in the label set to section views in this group
Public methodUpdateLayout Update the layout of the current SectionViewGroup to reset the location of section views.
Top
See Also