 | CPROJiGetNumericVoxelITR Method |
Get a numeric voxel document's ITR from project metadata
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic static int iGetNumericVoxelITR(
string name,
CITR itr
)
public static int iGetNumericVoxelITR(
string name,
CITR itr
)
Public Shared Function iGetNumericVoxelITR (
name As String,
itr As CITR
) As Integer
Public Shared Function iGetNumericVoxelITR (
name As String,
itr As CITR
) As Integer
public:
static int iGetNumericVoxelITR(
String^ name,
CITR^ itr
)
public:
static int iGetNumericVoxelITR(
String^ name,
CITR^ itr
)
static member iGetNumericVoxelITR :
name : string *
itr : CITR -> int
static member iGetNumericVoxelITR :
name : string *
itr : CITR -> int
Parameters
- name
- Type: SystemString
Document name - itr
- Type: GeoEngine.Core.GXNetCITR
ITR Handle
Return Value
Type:
Int32
0 - Ok
1 - Can not find ITR from the document
Remarks
See Also