Removes a style by index from the collection.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public virtual void Remove(
int index
) |
| Visual Basic |
|---|
Public Overridable Sub Remove ( _
index As Integer _
) |
| Visual C++ |
|---|
public:
virtual void Remove(
int index
) |
Parameters
- index
- Type: System..::..Int32
The index of the style to remove from the collection.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentOutOfRangeException |
Thrown when the index is out of range.
|
| System..::..InvalidOperationException |
Thrown when style is still in use.
|
See Also