ArcObjects Library Reference  (SurveyExt)    

SurveySubLayer CoClass

SurveySubLayer Class

Product Availability

Available with ArcGIS Desktop. Requires Survey Analyst Extension.

Supported Platforms

Windows

Interfaces

Interfaces Description
ILayer (esriCarto) Provides access to members that work with all layers.
ISurveySubLayer ISurveySubLayer Interface

Event Interfaces

Interfaces Description
ILayerEvents (default) Provides access to events that occur when layer visibility changes.
ILayerEventsEx ILayerEventsEx Interface

Working with Events

[Visual Basic 6.0]

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

 


Feedback Send feedback on this page