 | CDBWRITETestFunc Method |
Temporary test function.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void TestFunc(
CRA ra
)
public void TestFunc(
CRA ra
)
Public Sub TestFunc (
ra As CRA
)
Public Sub TestFunc (
ra As CRA
)
public:
void TestFunc(
CRA^ ra
)
public:
void TestFunc(
CRA^ ra
)
member TestFunc :
ra : CRA -> unit
member TestFunc :
ra : CRA -> unit
Parameters
- ra
- Type: GeoEngine.Core.GXNetCRA
RA handle to text file to import.
RemarksDesigned to import the "Massive.xyz" file, which has data in the format "X Y Z Data".
See Also