Point |
The PointGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| AllPointsGroupName | Gets the name of the "_All Points" point group. | |
| Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject) | |
| Description |
Sets the description of Point Group.
(Overrides DBObjectDescription) | |
| Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject) | |
| ElevationOverride | Gets the elevation override information for points in the PointGroup. | |
| IsAllPointsGroup | Gets whether the PointGroup is All Points Group. | |
| IsElevationOverridden | Gets or sets whether the elevation for points in the PointGroup is overridden. | |
| IsLocked | Gets or sets whether the PointGroup is locked. | |
| IsOutOfDate | Gets whether this PointGroup is out-of-date. | |
| IsPointLabelStyleOverridden | Gets or sets whether the point label style for points in the PointGroup is overridden. | |
| IsPointStyleOverridden | Gets or sets whether the point style for points in the PointGroup is overridden. | |
| IsRawDescriptionOverridden | Gets or sets whether the raw description of points in the PointGroup is overridden. | |
| IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject) | |
| Name |
Gets or sets the name for the PointGroup.
(Overrides DBObjectName) | |
| PointLabelStyleId | Specifies the point label style to be referenced by a point that is created using the description key. | |
| PointsCount | Gets the number of points in the PointGroup. | |
| PointStyleId | Specifies what points match this description key during description key matching. | |
| RawDescription | Gets the raw description used for points created by description key for the PointGroup. | |
| RawDescriptionOverride | Gets the raw description override information for points in the PointGroup. | |
| UDPClassificationApplyType | Gets an enumeration that specifies how User-Defined Property classifications are applied to the current point group. | |
| UDPClassificationName | Gets the name of the User-Defined Property classification that is assigned to the current point group. |
| 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". |