PointGroupChangeInfo Class

This class represents PointGroup change information. An instance of this class is returned by [!:PointGroup.GetPendingChanges].
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPointGroupChangeInfo

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointGroupChangeInfo

The PointGroupChangeInfo type exposes the following members.

Properties
 NameDescription
Public propertyPointsToAdd Gets an array of point numbers for CogoPoints that will be added to the PointGroup.
Public propertyPointsToRemove Gets an array of point numbers for CogoPoints that will be removed from the PointGroup.
Top
See Also