 | CDBWRITETestFunc Method |
Temporary test function.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCRA
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