Click or drag to resize

UDAManagerDelete Method (ListInstanceID, String, String)

Delete Key

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public void Delete(
	List<InstanceID> instanceIDs,
	string category,
	string key
)

Parameters

instanceIDs
Type: System.Collections.GenericListInstanceID
Instance ID
category
Type: SystemString
Category
key
Type: SystemString
Key
See Also