StructureColumnComponentsRemoveAt(String) Method |
Removes a table cell component data by name in the collection.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void RemoveAt(
string name
)
Public Sub RemoveAt (
name As String
)
public:
void RemoveAt(
String^ name
)
Parameters
- name String
- The name of the table cell component data.
Exceptions
See Also