Provides access to members that control a cell size level.
Members
Name | Description | |
---|---|---|
CellSize | The cell size value assocated with the level. | |
Geometry | The geometry defining the boundary of the cell size level. | |
ID | The unique ID associated with the cell size level. | |
MaximumCellSize | The maximum cell size value associated with the level. | |
MinimumCellSize | The minimum cell size value associated with the level. |
ICellSizeLevel.CellSize Property
The cell size value assocated with the level.
Public Property CellSize As Double
public double CellSize {get; set;}
ICellSizeLevel.Geometry Property
The geometry defining the boundary of the cell size level.
Public Property Geometry As IGeometry
public IGeometry Geometry {get; set;}
ICellSizeLevel.ID Property
The unique ID associated with the cell size level.
Public Property ID As Integer
public int ID {get; set;}
ICellSizeLevel.MaximumCellSize Property
The maximum cell size value associated with the level.
Public Property MaximumCellSize As Double
public double MaximumCellSize {get; set;}
ICellSizeLevel.MinimumCellSize Property
The minimum cell size value associated with the level.
Public Property MinimumCellSize As Double
public double MinimumCellSize {get; set;}
Classes that implement ICellSizeLevel
Classes | Description |
---|---|
CellSizeLevel | A cell size level object. |
OverviewItemURI | An overview item URI object. |