SbImageDataAccessorGetColumn Method (IListDouble, Int32) |
Calls GetColumn(values, x, System.Int32(0), System.Int32(0), System.Int32(0)).
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetColumn(
IList<double> values,
int x
)
Public Function GetColumn (
values As IList(Of Double),
x As Integer
) As Boolean
public:
bool GetColumn(
IList<double>^ values,
int x
)
member GetColumn :
values : IList<float> *
x : int -> bool
Parameters
- values
- Type: System.Collections.GenericIListDouble
- x
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also