Object used to change the style or label set for a section.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraph>]
Autodesk.Civil.DatabaseServicesGraphOverride
Autodesk.Civil.DatabaseServicesSectionOverride
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SectionOverride : GraphOverride
VB
Public NotInheritable Class SectionOverride Inherits GraphOverride
C++
public ref class SectionOverride sealed : public GraphOverride
The SectionOverride type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Draw |
Gets or sets whether this entity will be drawn in the graph.
(Inherited from GraphOverride) |
![]() | OverrideStyleId |
Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleId) |
![]() | OverrideStyleName |
Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleName) |
![]() | SectionId | Gets the ObjectId of the section. |
![]() | SectionName | Gets the name of the section. |
![]() | UseOverrideStyle |
Gets or sets whether to override style for the display of the entity.
(Inherited from GraphOverride) |
Methods
Name | Description | |
---|---|---|
![]() | GetSectionLabelGroupIds | Gets the ObjectIdCollection of the section's label group. |
![]() | ImportLabelSet | Import labels from section label set to section view. |