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