Share

PointGroupCollection Methods

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.

See Also

Reference

Was this information helpful?