PointGroupChangeInfo Class |
This class represents PointGroup change information. An instance of this class is returned by [!:PointGroup.GetPendingChanges].
Inheritance HierarchySystemObject
Autodesk.Civil.DatabaseServicesPointGroupChangeInfo
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic class PointGroupChangeInfo
Public Class PointGroupChangeInfo
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.
|
Top
See Also