(RemoveByID in COM) Removes the object with the specified ID from the collection.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
void RemoveAt(
	string id
)
Visual Basic (Usage)
Dim instance As IEditableMetaCollection
Dim id As String

instance.RemoveAt(id)

Parameters

id
Type: System..::.String

See Also