The available section source in SampleLineGroup.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSectionSource
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SectionSource
VB
Public Class SectionSource
C++
public ref class SectionSource
The SectionSource type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsSampled | Gets or sets the boolean value which specified whether this section source should be sampled. | |
| SourceId | Gets the ObjectId of the source. | |
| SourceName | Gets the source name of the source. | |
| SourceType | Gets the source type of Section. | |
| StyleId | Gets or sets the styleId of section. | |
| UpdateMode | Gets or sets the update mode of section. |
Methods
| Name | Description | |
|---|---|---|
| GetSectionIds | Gets the objectId collection of sections on the section source. |
