![]() ![]() |
ESRI.ArcGIS.ADF | |
BaseDynamicLayer Class Fields | |
See Also Send comments on this topic. |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseDynamicLayer Class |
For a list of all members of this type, see BaseDynamicLayer members.
Name | Description | |
---|---|---|
![]() | m_bIsCompiledDirty | the layer dirty flag which determine whether its display list need to be recreate |
![]() | m_bIsImmediateDirty | the layer dirty flag which determine whether its display list need to be recreate |
![]() | m_bValid | Flag thich determine whether the layer is valid (connected to its data source, has valid information etc.). Returned by ILAyer::Valid. |
![]() | m_extensions | An arraylist to store the layer's extensions. |
![]() | m_extent | Keep the layer's extent. Returned by the IGeoDataset::Extent property |
![]() | m_IsCached | determines whether the layers is cached |
![]() | m_mapSpatialRef | Store the maps's spatial reference. Set by ILayer::SpatialReference. |
![]() | m_MaximumScale | Keep the maximum scale value at which the layer will display |
![]() | m_MinimumScale | Keep the minimum scale value at which the layer will display |
![]() | m_nRecompileRate | The rate in which the DynamicDisplay recompile its display lists |
![]() | m_ShowTips | determines whether the layers is supposed to show its MapTips |
![]() | m_sName | Layer's name. Returned by ILayer::Name property |
![]() | m_spatialRef | Store the layer's underlying data spatial reference. Returned by IGeoDataset::SpatialReference. |
![]() | m_uid | The layer's UID |
![]() | m_visible | Flag which determines whether the layers is visible. Returned by ILayer::Visible |