The PointGroup type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ApplyDescriptionKeys | Applies the DescriptionKeys to the points in the PointGroup. | |
| ContainsPoint | Gets whether the PointGroup contains a CogoPoint with the given point number. | |
| DeletePoints | Deletes all the points in the PointGroup. | |
| GetPendingChanges | Gets all pending change information for the PointGroup. | |
| GetPointNumbers | Gets an array that contains the point numbers for all COGO points in the PointGroup. | |
| GetQuery | Returns the Point Group query object. | |
| LockPoints | Locks all the points in the PointGroup. | |
| SetQuery | Sets the Point Group query object. | |
| UnlockPoints | Unlocks all the points in the PointGroup. | |
| Update | Updates the pending changes on the PointGroup object. After the PointGroup is updated, the property IsOutOfDate is false. | |
| UseAllClassifications | Applies all the User-Defined Property classifications to the current point group. | |
| UseCustomClassification(String) | Applies a custom User-Defined Property classification by name to the current point group. | |
| UseCustomClassification(UDPClassification) | Applies a custom User-Defined Property classification to the current point group. | |
| UseNoneClassification | Sets the User-Defined Property classification for the current point group to "none". |
