Gets the update mode of section.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SectionUpdateType UpdateMode { get; }
VB
Public ReadOnly Property UpdateMode As SectionUpdateType Get
C++
public: property SectionUpdateType UpdateMode { SectionUpdateType get (); }