 | CLSTResource Method |
Load a GX List Resource into this list object. The
entries are placed at the end of the list and are not
sorted.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Resource(
string res
)
public void Resource(
string res
)
Public Sub Resource (
res As String
)
Public Sub Resource (
res As String
)
public:
void Resource(
String^ res
)
public:
void Resource(
String^ res
)
member Resource :
res : string -> unit
member Resource :
res : string -> unit
Parameters
- res
- Type: SystemString
Name of the Resource
See Also