Update Method

Updates the pending changes on the PointGroup object. After the PointGroup is updated, the property IsOutOfDate is false.

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

Syntax

C#

public void Update()

Visual Basic

Public Sub Update

Visual C++

public:
void Update()

See Also