PointGroup Class

This class encapsulates a point group in the current drawing.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServicesPointGroup

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public class PointGroup : DBObject

The PointGroup type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCode exampleAllPointsGroupName 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 DBObjectDescription)
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyCode exampleElevationOverride Gets the elevation override information for points in the PointGroup.
Public propertyIsAllPointsGroup Gets whether the PointGroup is All Points Group.
Public propertyCode exampleIsElevationOverridden Gets or sets whether the elevation for points in the PointGroup is overridden.
Public propertyCode exampleIsLocked Gets or sets whether the PointGroup is locked.
Public propertyCode exampleIsOutOfDate Gets whether this PointGroup is out-of-date.
Public propertyCode exampleIsPointLabelStyleOverridden Gets or sets whether the point label style for points in the PointGroup is overridden.
Public propertyCode exampleIsPointStyleOverridden Gets or sets whether the point style for points in the PointGroup is overridden.
Public propertyCode exampleIsRawDescriptionOverridden 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 DBObjectName)
Public propertyCode examplePointLabelStyleId 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 propertyCode examplePointStyleId Specifies what points match this description key during description key matching.
Public propertyCode exampleRawDescription Gets the raw description used for points created by description key for the PointGroup.
Public propertyCode exampleRawDescriptionOverride Gets the raw description override information for points in the PointGroup.
Public propertyCode exampleUDPClassificationApplyType Gets an enumeration that specifies how User-Defined Property classifications are applied to the current point group.
Public propertyCode exampleUDPClassificationName Gets the name of the User-Defined Property classification that is assigned to the current point group.
Top
Methods
 NameDescription
Public methodApplyDescriptionKeys Applies the DescriptionKeys to the points in the PointGroup.
Public methodCode exampleContainsPoint Gets whether the PointGroup contains a CogoPoint with the given point number.
Public methodDeletePoints Deletes all the points in the PointGroup.
Public methodCode exampleGetPendingChanges 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 methodCode exampleGetQuery Returns the Point Group query object.
Public methodCode exampleLockPoints Locks all the points in the PointGroup.
Public methodCode exampleSetQuery Sets the Point Group query object.
Public methodCode exampleUnlockPoints 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 methodCode exampleUseAllClassifications Applies all the User-Defined Property classifications to the current point group.
Public methodCode exampleUseCustomClassification(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 methodCode exampleUseNoneClassification Sets the User-Defined Property classification for the current point group to "none".
Top
See Also