![]() ![]() |
ESRI.ArcGIS.ADF.Local | |
BaseCustomGlobeLayer Class Fields | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseCustomGlobeLayer Class |
For a list of all members of this type, see BaseCustomGlobeLayer members.
Name | Description | |
---|---|---|
![]() | m_bCached | determines whether the layers is cached. Returned by ILayer::Cached. |
![]() | m_bDrawDirty | Indicates if the layer drawing properties are dirty. |
![]() | m_bValid | Flag thich determine whether the layer is valid (connected to its data source, has valid information etc.). Returned by ILAyer::Valid. |
![]() | m_bVisible | Flag which determines whether the layers is visible. Returned by ILayer::Visible |
![]() | m_dblMaxScale | Keep the maximum scale value at which the layer will display |
![]() | m_dblMinScale | Keep the minimum scale value at which the layer will display |
![]() | m_extensions | An arraylist to store the layer's extensions. |
![]() | m_extent | Keep the layer's extent. Returned by the IGeoDataset::Extent property |
![]() | m_hLargeBitmap | Handle for the large bitmap |
![]() | m_hSmallBitmap | Handle for the small bitmap |
![]() | m_largeBitmap | The bitmap which represent the large image of the layer. |
![]() | m_legendGroup | The legend group to store the lagend class required by the TOC for the layer's renderer. Returned by ILegendGroup::get_LegendGroup property. |
![]() | m_mapSpatialRef | Store the maps's spatial reference. Set by ILayer::SpatialReference. |
![]() | m_ShowTips | determines whether the layers is supposed to show its MapTips |
![]() | m_smallBitmap | The bitmap which represent the small image of the layer. |
![]() | m_sName | Layer's name. Returned by ILayer::Name property |
![]() | m_spRef | Store the layer's underlying data spatial reference. Returned by IGeoDataset::SpatialReference. |
![]() | m_uid | The layer's UID |