Gets or sets the update mode of section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public SectionUpdateType UpdateMode { get; set; } |
| Visual Basic |
|---|
Public Property UpdateMode As SectionUpdateType Get Set |
| Visual C++ |
|---|
public: property SectionUpdateType UpdateMode { SectionUpdateType get (); void set (SectionUpdateType value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown when setting if SourceType is SectionSourceType.Grading or SectionSourceType.PipeNetwork. |