AssemblyGroupCollectionRemove(String) Method |
Removes the assembly group with the given name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
string groupName
)
Public Function Remove (
groupName As String
) As Boolean
public:
bool Remove(
String^ groupName
)
Parameters
- groupName String
- Name of the created assembly group.
Return Value
BooleanTrue if the group is removed or false othewise. False is
returned if the specified group name is not contained in the
collection.
RemarksAfter removing an assembly group using this method, all
references to assembly groups in the collection are invalidated.
See Also