Gets/sets the status of the automatic update property
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool AutomaticUpdate { get; set; }
VB
Public Property AutomaticUpdate As Boolean Get Set
C++
public: property bool AutomaticUpdate { bool get (); void set (bool value); }