Remove Method (Int32)

Removes a label style by index from the collection.

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

Syntax

C#

public override void Remove(
	int index
)

Visual Basic

Public Overrides Sub Remove ( _
	index As Integer _
)

Visual C++

public:
virtual void Remove(
	int index
) override

Parameters

index
Type: System.Int32
The index of the label style to remove from the collection.

Exceptions

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

See Also