UpdateMode Property

Gets or sets the update mode in relationship to the parent Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public AlignmentUpdateModeType UpdateMode { get; set; }

Visual Basic

Public Property UpdateMode As AlignmentUpdateModeType
	Get
	Set

Visual C++

public:
property AlignmentUpdateModeType UpdateMode {
	AlignmentUpdateModeType get ();
	void set (AlignmentUpdateModeType value);
}

See Also