This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILogicalOp2 Interface > ILogicalOp2.Test Method (ArcObjects .NET 10.5 SDK) |
Sets the output to 1 or 0 on a cell-by-cell basis based on evaluation of a boolean logical expression.
[Visual Basic .NET] Public Function Test ( _ ByVal geoDataset As IRasterDescriptor _ ) As IGeoDataset
[C#] public IGeoDataset Test ( IRasterDescriptor geoDataset );
[C++]
HRESULT Test(
IRasterDescriptor* geoDataset,
IGeoDataset** outGeodataset
);
[C++]
Parameters geoDataset [in]
geoDataset is a parameter of type IRasterDescriptor outGeodataset [out, retval]
outGeodataset is a parameter of type IGeoDataset