PointGroupCollection Class

This class encapsulates a collction of point groups in the current drawing.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPointGroupCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointGroupCollection : IEnumerable<ObjectId>

The PointGroupCollection type exposes the following members.

Properties
 NameDescription
Public propertyAllPointsPointGroupId Gets the ObjectId of the "_All Points" PointGroup.
Public propertyCount Gets the number of PointGroup objects in the collection.
Public propertyDrawOrder Gets or sets the draw priority collection for the PointGroups.
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodAdd Adds a new PointGroup with a given name.
Public methodContains(ObjectId) Gets whether the collection contains a PointGroup with the given ObjectId.
Public methodContains(String) Gets whether the collection contains a PointGroup with the given name.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be use to enumerate this collection.
Public methodGetObjectEnumerator Implement the method declared in the IEnumerable interface. This method returns an enumerator that can be use to enumerate this collection.
Public methodGetOutOfDatePointGroupIds Gets an ObjectIdCollection that contains all the PointGroups that are out of date.
Public methodStatic memberGetPointGroups Gets the collection of all PointGroups in the specified database.
Public methodRemove(ObjectId) Removes a PointGroup by ObjectId.
Public methodRemove(String) Removes a PointGroup by name.
Public methodRemoveAt Removes a PointGroup by index.
Public methodUpdateAllPointGroups Updates all the PointGroups in the current collection.
Top
See Also