UpdateMode Property

Gets or sets the update mode of Section.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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

ExceptionCondition
[!:System.InvalidOperationException] Thrown when setting if the update mode of current section is read only.

See Also