 | CDH.GetUniqueChannelItemsFromCollar Method |
Return a VV with unique items in a channel.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetUniqueChannelItemsFromCollar(
string chan_name,
int selected_holes,
CVV vv
)
public void GetUniqueChannelItemsFromCollar(
string chan_name,
int selected_holes,
CVV vv
)
Public Sub GetUniqueChannelItemsFromCollar (
chan_name As String,
selected_holes As Integer,
vv As CVV
)
Public Sub GetUniqueChannelItemsFromCollar (
chan_name As String,
selected_holes As Integer,
vv As CVV
)
public:
void GetUniqueChannelItemsFromCollar(
String^ chan_name,
int selected_holes,
CVV^ vv
)
public:
void GetUniqueChannelItemsFromCollar(
String^ chan_name,
int selected_holes,
CVV^ vv
)
member GetUniqueChannelItemsFromCollar :
chan_name : string *
selected_holes : int *
vv : CVV -> unit
member GetUniqueChannelItemsFromCollar :
chan_name : string *
selected_holes : int *
vv : CVV -> unit
Parameters
- chan_name
- Type: System.String
Channel - selected_holes
- Type: System.Int32
Selected holes (1), All holes (0) - vv
- Type: GeoEngine.Core.GXNetX.CVV
VV filled with items (converted to this VV type)
RemarksFinds and sorts all the unique non-dummy items for the selected channel.
See Also