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. Not currently implemented.
(Inherited from Entity.)
Public propertyDescription
Gets or sets the Entity object's description.
(Inherited from Entity.)
Public propertyDisplayName
Gets the Entity object's display name.
(Inherited from Entity.)
Public propertyDocument
Gets the Document. Not currently implemented.
(Inherited from Entity.)
Public propertyElevationOverride
Gets the elevation override information for points in the PointGroup.
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 propertyIsReferenceObject
Gets whether the Entity is a reference object. A reference object is located in another drawing, and linked using a data shortcut or Vault. If the entity is native to the current drawing this property returns false; if it is being referenced via data shortcuts or AutoCAD Vault it returns true.
(Inherited from Entity.)
Public propertyIsReferenceStale
For reference objects (IsReferenceObject == true), gets whether the Entity object's reference is stale.
(Inherited from Entity.)
Public propertyIsReferenceSubObject
For reference objects (IsReferenceObject == true), gets whether the Entity is a reference subobject. For example, when iterating through the structure of a pipe network referenced from another drawing, this property is true for each entity.
(Inherited from Entity.)
Public propertyIsReferenceValid
For reference objects (IsReferenceObject == true), gets whether the Entity object's reference is valid. This indicates whether the referenced object can be found.
(Inherited from Entity.)
Public propertyName
Gets or sets the name for the PointGroup.
(Overrides Entity..::..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 propertyShowToolTip
Gets or sets whether to show tooltips for the Entity.
(Inherited from Entity.)
Public propertyStyleId
This property is not supported by the PointGroup class.
(Overrides Entity..::..StyleId.)
Public propertyStyleName
This property is not supported by the PointGroup class.
(Overrides Entity..::..StyleName.)
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