This document is archived and information here might be outdated.  Recommended version.


IGPSAUtil.GetSliceEnum Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAUtil.GetSliceEnum Method

Gets Slice Enum.

[Visual Basic .NET]
Public Function GetSliceEnum ( _
    ByVal name As String _
) As esriGeoAnalysisSliceEnum
[C#]
public esriGeoAnalysisSliceEnum GetSliceEnum (
    string name
);
[C++]
HRESULT GetSliceEnum(
  BSTR name,
  esriGeoAnalysisSliceEnum* pOut
);
[C++]

Parameters name [in] name is a parameter of type BSTR pOut [out, retval]
pOut is a parameter of type esriGeoAnalysisSliceEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAUtil Interface