ICellSizeLevel Interface

Provides access to members that control a cell size level.

Members

Name Description
Read/write property CellSize The cell size value assocated with the level.
Read/write property Geometry The geometry defining the boundary of the cell size level.
Read/write property ID The unique ID associated with the cell size level.
Read/write property MaximumCellSize The maximum cell size value associated with the level.
Read/write property 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.

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