 | CSURFACECreate Method |
Create a new Geosurface file
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CSURFACE Create(
string surface_file,
CIPJ ipj
)
public static CSURFACE Create(
string surface_file,
CIPJ ipj
)
Public Shared Function Create (
surface_file As String,
ipj As CIPJ
) As CSURFACE
Public Shared Function Create (
surface_file As String,
ipj As CIPJ
) As CSURFACE
public:
static CSURFACE^ Create(
String^ surface_file,
CIPJ^ ipj
)
public:
static CSURFACE^ Create(
String^ surface_file,
CIPJ^ ipj
)
static member Create :
surface_file : string *
ipj : CIPJ -> CSURFACE
static member Create :
surface_file : string *
ipj : CIPJ -> CSURFACE
Parameters
- surface_file
- Type: SystemString
Geosurface file name - ipj
- Type: GeoEngine.Core.GXNetCIPJ
IPJ containing coordinate system of the Geosurface
Return Value
Type:
CSURFACESURFACE Object
See Also