C# Class DynamicCacheLayerManagerController.CacheManagerDlg.LayerCacheInfo

ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
alwaysDrawCoarsestLevel bool
detailsThreshold double
folderName string
folderPath string
format string
maxCacheScale double
name string
progressiveDrawingLevels int
progressiveFetchingLevels int
strictOnDemand bool

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

alwaysDrawCoarsestLevel public_oe property

public bool alwaysDrawCoarsestLevel
return bool

detailsThreshold public_oe property

public double detailsThreshold
return double

folderName public_oe property

public string folderName
return string

folderPath public_oe property

public string folderPath
return string

format public_oe property

public string format
return string

maxCacheScale public_oe property

public double maxCacheScale
return double

name public_oe property

public string name
return string

progressiveDrawingLevels public_oe property

public int progressiveDrawingLevels
return int

progressiveFetchingLevels public_oe property

public int progressiveFetchingLevels
return int

strictOnDemand public_oe property

public bool strictOnDemand
return bool