This class represents PointGroup change information. An instance of this class is returned by [!:PointGroup.GetPendingChanges].
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesPointGroupChangeInfo
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class PointGroupChangeInfo
VB
Public Class PointGroupChangeInfo
C++
public ref class PointGroupChangeInfo
The PointGroupChangeInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | PointsToAdd | Gets an array of point numbers for CogoPoints that will be added to the PointGroup. |
![]() | PointsToRemove | Gets an array of point numbers for CogoPoints that will be removed from the PointGroup. |