| IResourceCollectionRemove Method (Int32) |
Remove a resource from the collection given its id
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax Function Remove (
id As Integer
) As Boolean
Parameters
- id
- Type: SystemInt32
Id of the resource to remove
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
See Also