Share

SectionSource.UpdateMode Property

Gets or sets 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; set; }

VB

Public Property UpdateMode As SectionUpdateType
	Get
	Set

C++

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

Property Value

SectionUpdateType

Exceptions

ExceptionCondition
InvalidOperationException Thrown when setting if SourceType is SectionSourceType.Grading or SectionSourceType.PipeNetwork.

See Also

Reference

Was this information helpful?