Share

StyleCollectionBase.Remove(Int32) Method

Removes a style by index from the collection.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public override void Remove(
	int index
)

VB

Public Overrides Sub Remove ( 
	index As Integer
)

C++

public:
virtual void Remove(
	int index
) override

Parameters

index  Int32
The index of the style to remove from the collection.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when the index is out of range.
InvalidOperationException Thrown when style is still in use.

See Also

Reference

Was this information helpful?