RemoveAt Method (String)

Removes a table cell component data by name in the collection.

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

Syntax

C#

public void RemoveAt(
	string name
)

Visual Basic

Public Sub RemoveAt ( _
	name As String _
)

Visual C++

public:
void RemoveAt(
	String^ name
)

Parameters

name
Type: System.String
The name of the table cell component data.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the component data name is invalid.

See Also