 | CARCDHiGeostringsExtensionAvailable Method |
Verifies if the geostrings extension in TfA is available. Return 1 if true, 0 otherwise
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iGeostringsExtensionAvailable(
CGXNETCore gxNetShared
)
public static int iGeostringsExtensionAvailable(
CGXNETCore gxNetShared
)
Public Shared Function iGeostringsExtensionAvailable (
gxNetShared As CGXNETCore
) As Integer
Public Shared Function iGeostringsExtensionAvailable (
gxNetShared As CGXNETCore
) As Integer
public:
static int iGeostringsExtensionAvailable(
CGXNETCore^ gxNetShared
)
public:
static int iGeostringsExtensionAvailable(
CGXNETCore^ gxNetShared
)
static member iGeostringsExtensionAvailable :
gxNetShared : CGXNETCore -> int
static member iGeostringsExtensionAvailable :
gxNetShared : CGXNETCore -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
Int32
See Also