 | CVOXiCanAppendTo Method |
Check if this voxel can append to a surface file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iCanAppendTo(
string surface_file
)
public int iCanAppendTo(
string surface_file
)
Public Function iCanAppendTo (
surface_file As String
) As Integer
Public Function iCanAppendTo (
surface_file As String
) As Integer
public:
int iCanAppendTo(
String^ surface_file
)
public:
int iCanAppendTo(
String^ surface_file
)
member iCanAppendTo :
surface_file : string -> int
member iCanAppendTo :
surface_file : string -> int
Parameters
- surface_file
- Type: SystemString
Surface file
Return Value
Type:
Int321 if can append
See Also