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

Properties

  NameDescription
Public propertyStatic memberAllPointsGroupName
Gets the name of the "_All Points" point group.
Public propertyApplication
Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject.)
Public propertyDescription
Sets the description of Point Group.
(Overrides DBObject..::..Description.)
Public propertyDocument
Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject.)
Public propertyElevationOverride
Gets the elevation override information for points in the PointGroup.
Public propertyIsAllPointsGroup
Gets whether the PointGroup is All Points Group.
Public propertyIsElevationOverridden
Gets or sets whether the elevation for points in the PointGroup is overridden.
Public propertyIsLocked
Gets or sets whether the PointGroup is locked.
Public propertyIsOutOfDate
Gets whether this PointGroup is out-of-date.
Public propertyIsPointLabelStyleOverridden
Gets or sets whether the point label style for points in the PointGroup is overridden.
Public propertyIsPointStyleOverridden
Gets or sets whether the point style for points in the PointGroup is overridden.
Public propertyIsRawDescriptionOverridden
Gets or sets whether the raw description of points in the PointGroup is overridden.
Public propertyIsUsed
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject.)
Public propertyName
Gets or sets the name for the PointGroup.
(Overrides DBObject..::..Name.)
Public propertyPointLabelStyleId
Specifies the point label style to be referenced by a point that is created using the description key.
Public propertyPointsCount
Gets the number of points in the PointGroup.
Public propertyPointStyleId
Specifies what points match this description key during description key matching.
Public propertyRawDescription
Gets the raw description used for points created by description key for the PointGroup.
Public propertyRawDescriptionOverride
Gets the raw description override information for points in the PointGroup.
Public propertyUDPClassificationApplyType
Gets an enumeration that specifies how User-Defined Property classifications are applied to the current point group.
Public propertyUDPClassificationName
Gets the name of the User-Defined Property classification that is assigned to the current point group.

See Also