Parcel |
The ParcelStyleCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of objects in the collection.
(Inherited from TreeNodeCollectionBase) |
![]() | ItemInt32 | (Inherited from StyleCollectionBase) |
![]() | ItemString | (Inherited from StyleCollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | (Overrides StyleCollectionBaseAdd(String)) |
![]() | Contains(ObjectId) |
Determines whether an element specified by ObjectId is in the collection.
(Inherited from TreeNodeCollectionBase) |
![]() | Contains(String) |
Determines whether an element is in the collection by its name.
(Inherited from TreeNodeCollectionBase) |
![]() | GetEnumerator |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase) |
![]() | GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase) |
![]() | Remove(Int32) |
Removes a style by index from the collection.
(Inherited from StyleCollectionBase) |
![]() | Remove(String) |
Removes a style by name from the collection.
(Inherited from StyleCollectionBase) |
![]() | Remove(StyleBase) | Obsolete. Removes a style by Object from the collection. (Inherited from StyleCollectionBase) |
![]() | ToObjectIds |
Gets the objectId collection of all objects in this collection.
(Inherited from TreeNodeCollectionBase) |