Mutable Part Collection
A collection object that can be changed containing parts for a geometry. Each part is represented by a MutablePart.
Since
200.1.0
See also
Constructors
Creates a mutable part collection with a specified spatial reference.
Creates a mutable part collection with a specified spatial reference, and adds the given parts to it.
Properties
Functions
Inserts a part into the mutable part collection at the specified part index. The part index can be equal to the part count and this is equivalent to adding a part to the end of the collection.
Returns a part at the specified index in the collection.
Retrieves the position of the segment in the mutable part collection. The first segment that is equal to the supplied segment is returned.
Removes a part from the mutable part collection.
Replace a part in the mutable part collection at the specified part index.