StructureColumnComponentsRemoveAt(String) Method

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

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveAt(
	string name
)

Parameters

name  String
The name of the table cell component data.
Exceptions
ExceptionCondition
ArgumentException Thrown when the component data name is invalid.
See Also