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.280
Syntax
C#
public void RemoveAt( string name )
VB
Public Sub RemoveAt ( name As String )
C++
public: void RemoveAt( String^ name )
Parameters
- name String
- The name of the table cell component data.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the component data name is invalid. |