SurveySubLayer Class
| Interfaces | Description |
|---|---|
| ILayer (esriCarto) | Provides access to members that work with all layers. |
| ISurveySubLayer | ISurveySubLayer Interface |
| Interfaces | Description |
|---|---|
| ILayerEvents (default) | Provides access to events that occur when layer visibility changes. |
| ILayerEventsEx | ILayerEventsEx Interface |
When working with SurveySubLayer's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pSurveySubLayer as SurveySubLayer
When implementing ILayerEventsEx declare variables as follows:Private WithEvents pLayerEventsEx as LayerEventsEx