 | CHANDLE Constructor (Int32) |
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
)
public CHANDLE(
int iHandle
)
Public Sub New (
iHandle As Integer
)
Public Sub New (
iHandle As Integer
)
public:
CHANDLE(
int iHandle
)
public:
CHANDLE(
int iHandle
)
new :
iHandle : int -> CHANDLE
new :
iHandle : int -> CHANDLE
Parameters
- iHandle
- Type: SystemInt32
See Also