Removes a table cell component data by name in the collection.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: 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
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the component data name is invalid. |