 | CLSTAddUniqueItem Method |
Adds a unique item to the end of the list.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void AddUniqueItem(
string name,
string val
)
public void AddUniqueItem(
string name,
string val
)
Public Sub AddUniqueItem (
name As String,
val As String
)
Public Sub AddUniqueItem (
name As String,
val As String
)
public:
void AddUniqueItem(
String^ name,
String^ val
)
public:
void AddUniqueItem(
String^ name,
String^ val
)
member AddUniqueItem :
name : string *
val : string -> unit
member AddUniqueItem :
name : string *
val : string -> unit
Parameters
- name
- Type: SystemString
Name of the Item - val
- Type: SystemString
Value of the Item
RemarksExisting items that match the name are first removed.
See Also