Click or drag to resize
CLSTAddUniqueItem Method
Adds a unique item to the end of the list.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Existing items that match the name are first removed.
Syntax
public void AddUniqueItem(
	string name,
	string val
)

Parameters

name
Type: SystemString
Name of the Item
val
Type: SystemString
Value of the Item
See Also