Share

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.280

Syntax

C#

public class PointGroupChangeInfo

VB

Public Class PointGroupChangeInfo

C++

public ref 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.

See Also

Reference

Was this information helpful?