The SampleLineStyleCollection class.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.DatabaseServicesTreeNodeCollectionBase
Autodesk.Civil.DatabaseServices.StylesStyleCollectionBase
Autodesk.Civil.DatabaseServices.StylesSampleLineStyleCollection
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SampleLineStyleCollection : StyleCollectionBase
VB
Public NotInheritable Class SampleLineStyleCollection Inherits StyleCollectionBase
C++
public ref class SampleLineStyleCollection sealed : public StyleCollectionBase
The SampleLineStyleCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of objects in the collection.
(Inherited from TreeNodeCollectionBase) | |
| ItemInt32 | (Inherited from StyleCollectionBase) | |
| ItemString | (Inherited from StyleCollectionBase) |
Methods
| 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) |
