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