The PointGroupCollection type exposes the following members.

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.

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 propertyItem[([( Int32])])
Public propertyItem[([( String])])

See Also