IVolumeMeasurement Interface

Volume measurement & it's associated properties

Members

Name Description
Read/write property Area Set the area measurement.
Method Convert Convert volume to the unit specified.
Read/write property CutVolume Set the cut volume.
Read/write property CutVolumeError Set the cut volume error.
Read/write property FillVolume Set the fill volume.
Read/write property FillVolumeError Set the fill volume error.
Read/write property LinearUnit Set the linear unit.
Read/write property Perimeter Set the perimeter measurement.
Read-only property TotalVolume Get the total volume.
Read-only property TotalVolumeError Get the total volume error.
Read/write property VolumeUnit Set the unit of volume measurement.
Read-only property VolumeUnitString Get the string representation of the unit of volume measurement.

IVolumeMeasurement.Area Property

Set the area measurement.

Public Property Area As Double
public double Area {get; set;}

IVolumeMeasurement.Convert Method

Convert volume to the unit specified.

Public Sub Convert ( _
    ByVal opVolumeUnit As esriVolumeUnits _
)
public void Convert (
    esriVolumeUnits opVolumeUnit
);

IVolumeMeasurement.CutVolume Property

Set the cut volume.

Public Property CutVolume As Double
public double CutVolume {get; set;}

IVolumeMeasurement.CutVolumeError Property

Set the cut volume error.

Public Property CutVolumeError As Double
public double CutVolumeError {get; set;}

IVolumeMeasurement.FillVolume Property

Set the fill volume.

Public Property FillVolume As Double
public double FillVolume {get; set;}

IVolumeMeasurement.FillVolumeError Property

Set the fill volume error.

Public Property FillVolumeError As Double
public double FillVolumeError {get; set;}

IVolumeMeasurement.LinearUnit Property

Set the linear unit.

Public Property LinearUnit As String
public string LinearUnit {get; set;}

IVolumeMeasurement.Perimeter Property

Set the perimeter measurement.

Public Property Perimeter As Double
public double Perimeter {get; set;}

IVolumeMeasurement.TotalVolume Property

Get the total volume.

Public ReadOnly Property TotalVolume As Double
public double TotalVolume {get;}

IVolumeMeasurement.TotalVolumeError Property

Get the total volume error.

Public ReadOnly Property TotalVolumeError As Double
public double TotalVolumeError {get;}

IVolumeMeasurement.VolumeUnit Property

Set the unit of volume measurement.

Public Property VolumeUnit As esriVolumeUnits
public esriVolumeUnits VolumeUnit {get; set;}

IVolumeMeasurement.VolumeUnitString Property

Get the string representation of the unit of volume measurement.

Public ReadOnly Property VolumeUnitString As String
public string VolumeUnitString {get;}

Classes that implement IVolumeMeasurement

Classes Description
VolumeMeasurement Implements interface IVolumeMeasurement (volume measurement and its associated uncertainty information).

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.