VolumeElementCoverageGridCellTScalarMeasure Method  | 
 
            Returns a scalar measure for the grid cell. The dimension parameter indicates the spatial dimension.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double? ScalarMeasure(
	JulianDate date,
	int dimension
)
Public Function ScalarMeasure ( 
	date As JulianDate,
	dimension As Integer
) As Double?
public:
virtual Nullable<double> ScalarMeasure(
	JulianDate date, 
	int dimension
) sealed
abstract ScalarMeasure : 
        date : JulianDate * 
        dimension : int -> Nullable<float> 
override ScalarMeasure : 
        date : JulianDate * 
        dimension : int -> Nullable<float> Parameters
- date
 - Type: AGI.Foundation.TimeJulianDate
The date at which to evaluate the scalar measure of the grid cell. - dimension
 - Type: SystemInt32
The dimension of the scalar measure requested. 
Return Value
Type: 
NullableDoubleThe scalar measure, if available; otherwise 
.
Implements
ICoverageGridCellScalarMeasure(JulianDate, Int32)
RemarksThis grid cell type returns the volume (dimension 3). It will return  otherwise.
See Also