The PointGroup type exposes the following members.

Methods

  NameDescription
Public methodApplyDescriptionKeys
Applies the DescriptionKeys to the points in the PointGroup.
Public methodContainsPoint
Gets whether the PointGroup contains a CogoPoint with the given point number.
Public methodDeletePoints
Deletes all the points in the PointGroup.
Public methodGetPendingChanges
Gets all pending change information for the PointGroup.
Public methodGetPointNumbers
Gets an array that contains the point numbers for all COGO points in the PointGroup.
Public methodGetQuery
Returns the Point Group query object.
Public methodLockPoints
Locks all the points in the PointGroup.
Public methodSetQuery
Sets the Point Group query object.
Public methodUnlockPoints
Unlocks all the points in the PointGroup.
Public methodUpdate
Updates the pending changes on the PointGroup object. After the PointGroup is updated, the property IsOutOfDate is false.
Public methodUseAllClassifications
Applies all the User-Defined Property classifications to the current point group.
Public methodUseCustomClassification(String)
Applies a custom User-Defined Property classification by name to the current point group.
Public methodUseCustomClassification(UDPClassification)
Applies a custom User-Defined Property classification to the current point group.
Public methodUseNoneClassification
Sets the User-Defined Property classification for the current point group to "none".

See Also