Share

OffsetAlignmentInfo.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.8.0.280

Syntax

C#

public AlignmentUpdateModeType UpdateMode { get; set; }

VB

Public Property UpdateMode As AlignmentUpdateModeType
	Get
	Set

C++

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

Property Value

AlignmentUpdateModeType

See Also

Reference

Was this information helpful?