Label |
The LabelStyleCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of objects in the collection.
(Inherited from TreeNodeCollectionBase) |
![]() | DefaultLabelStyle | Gets the default values of label styles. |
![]() | Expressions | |
![]() | 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 label style by index from the collection.
(Overrides StyleCollectionBaseRemove(Int32)) |
![]() | Remove(String) |
Removes a label style by name from the collection.
(Overrides StyleCollectionBaseRemove(String)) |
![]() | 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) |