 | CMAPSetREG Method |
Write a REG to a map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetREG(
CREG reg
)
public void SetREG(
CREG reg
)
Public Sub SetREG (
reg As CREG
)
Public Sub SetREG (
reg As CREG
)
public:
void SetREG(
CREG^ reg
)
public:
void SetREG(
CREG^ reg
)
member SetREG :
reg : CREG -> unit
member SetREG :
reg : CREG -> unit
Parameters
- reg
- Type: GeoEngine.Core.GXNetXCREG
REG to write to map
See Also