com.esri.arcgis.datasourcesraster
Interface IScalar

All Superinterfaces:
Serializable
All Known Implementing Classes:
Scalar

public interface IScalar
extends Serializable

Provides access to members that control a scalar.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 Object getValue()
          The scalar value.
 void setValue(Object pValue)
          The scalar value.
 

Method Detail

getValue

Object getValue()
                throws IOException,
                       AutomationException
The scalar value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

void setValue(Object pValue)
              throws IOException,
                     AutomationException
The scalar value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pValue - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.