QTOMaterialListCollectionRemove(String) Method |
Removes a material list specified by name from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
string name
)
Public Function Remove (
name As String
) As Boolean
public:
bool Remove(
String^ name
)
Parameters
- name String
- The name of the material list to be removed.
Return Value
Boolean
If the material list doesn't exist in the collection, the method will return false. Otherwise, it will return true.
See Also