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.8.0.292
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.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the component data name is invalid.
|
See Also