Share

StructureStyleCollection Methods

The StructureStyleCollection type exposes the following members.

Methods

 NameDescription
Public methodAdd
(Overrides StyleCollectionBaseAdd(String))
Public methodContains(ObjectId) Determines whether an element specified by ObjectId is in the collection.
(Inherited from TreeNodeCollectionBase)
Public methodContains(String) Determines whether an element is in the collection by its name.
(Inherited from TreeNodeCollectionBase)
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase)
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase)
Public methodRemove(Int32) Removes a style by index from the collection.
(Inherited from StyleCollectionBase)
Public methodRemove(String) Removes a style by name from the collection.
(Inherited from StyleCollectionBase)
Public methodRemove(StyleBase)Obsolete.
Removes a style by Object from the collection.
(Inherited from StyleCollectionBase)
Public methodToObjectIds Gets the objectId collection of all objects in this collection.
(Inherited from TreeNodeCollectionBase)

See Also

Reference

Was this information helpful?