A collection of IMS features as a sublayer of an IMSMapLayer.
IMSSubFeatureLayer is a non-creatable object. References to non-creatable objects must be obtained through other objects.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Interfaces
Interfaces | Description |
---|---|
IClass (esriGeoDatabase) | Provides access to members that return information about and manage the class. |
IDataLayer | Provides access to members that control the data source properties of a layer. |
IDataset (esriGeoDatabase) | Provides access to members that supply dataset information. |
IDisplayAdmin (esriDisplay) | Provides access to members that control display administration. |
IDisplayFilterManager (esriDisplay) | Provides access to members that control display filter management. |
IDisplayString | Provides access to members that work with a layer's display expression. |
IDisplayTable | Provides access to members that work with the display table associated with a standalone table. |
IFeatureGeometryAccess | Provides access to the methods that indicate the access to the geomtry. |
IFeatureLayer | Provides access to members that control common aspects of a feature layer. |
IFeatureSelection | Provides access to members that control feature selection. |
IGeoDataset (esriGeoDatabase) | Provides access to members that provide information about a Geographic Dataset. |
IHotlinkContainer | Provides access to members that manage all the hotlinks of a layer (e.g. field based hyperlinks or those that that call macros). |
IHotlinkExpression | Provides access to members that work with a layer's hyperlink expression. |
IHotlinkMacro | Provides access to members that control a hyperlink that calls a macro. |
IHTMLPopupIdentify | Provides access to members that consume the HTML popup tool content. |
IHTMLPopupIdentify2 | Provides access to members that consume the HTML popup tool content. |
IHTMLPopupInfo | Provides access to members that control the HTML popup tool. |
IHTMLPopupInfo2 | Provides access to members that control the HTML popup tool. |
IHyperlinkContainer | Provides access to members that manage all the hyperlinks of a layer. |
IIdentify | Provides access to members that identify features. |
IIMSSubLayer | Provides access to members that control the IMS sub layer. |
ILayer | Provides access to members that work with all layers. |
ILayerDrawingProperties | Provides access to members that control layer drawing properties. |
ILayerFields | Provides access to members that work with a layer's fields. |
ILayerGeneralProperties | Provides access to layer general properties. |
ILayerInfo | Provides access to members that return layer images. |
IPublishLayer | Provides access to a layer's capability for being published with the ArcGIS Publisher extension. |
IRelationshipClassCollection | Provides access to members that return the memory relationship classes defined for standalone tables or layers in ArcMap. |
IRelationshipClassCollectionEdit | Provides access to members that add and remove memory relationship classes from a standalone table or layer. |
ISelectionLayerDefinition | Provides access to members that are used to create a selection layer from an existing selection layer. |
ITable (esriGeoDatabase) | Provides access to members that return information about and manage tables. |
ITableFields (esriGeoDatabase) | Provides access to members that return information about a table. |
Event Interfaces
Interfaces | Description |
---|---|
ILayerEvents (default) | Provides access to events that occur when layer visibility changes. |
IFeatureLayerSelectionEvents | Provides access to events that occur when the selection changes. |
Working with Events
[Visual Basic 6.0]
When working with IMSSubFeatureLayer's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pIMSSubFeatureLayer as IMSSubFeatureLayer
When implementing IFeatureLayerSelectionEvents declare variables as follows:Private WithEvents pFeatureLayerSelectionEvents as FeatureLayerSelectionEvents