 | CHANDLE Constructor (Int32, Boolean) |
Initializes a new instance of the
CHANDLE class
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic CHANDLE(
int iHandle,
bool bDestroy
)
public CHANDLE(
int iHandle,
bool bDestroy
)
Public Sub New (
iHandle As Integer,
bDestroy As Boolean
)
Public Sub New (
iHandle As Integer,
bDestroy As Boolean
)
public:
CHANDLE(
int iHandle,
bool bDestroy
)
public:
CHANDLE(
int iHandle,
bool bDestroy
)
new :
iHandle : int *
bDestroy : bool -> CHANDLE
new :
iHandle : int *
bDestroy : bool -> CHANDLE
Parameters
- iHandle
- Type: SystemInt32
- bDestroy
- Type: SystemBoolean
See Also