ArcObjects Component Help  (Core)    

FDOGraphicsLayer CoClass

A FDO graphics layer.

Interfaces

Interfaces Description
IAttributeTable Provides access to the base table.
IBarrierProperties Provides access to members that control how objects (text, features, graphics) act as barriers for labelling.
IBarrierProperties2 Provides access to members that control how objects (text, features, graphics) act as barriers for labelling with the cancel tracker.
IClass Provides access to members that return information about and manage the class.
IConnectionPointContainer
IDataLayer Provides access to members that control the data source properties of a layer.
IDataLayer2 Provides access to additional members that control the data source properties of a layer.
IDataset Provides access to members that supply dataset information.
IDisplayAdmin Provides access to members that control display administration.
IDisplayFilterManager Provides access to members that control display filter management.
IDisplayRelationshipClass Provides access to members that are used to set up joins.
IDisplayTable Provides access to members that work with the display table associated with a standalone table.
IFDOAttributeConversion Provides access to members that control the attribute conversion to a FDO graphics layer.
IFDOGraphicsLayer Provides access to members that control the FDO graphics layer.
IFDOGraphicsLayerRead Provides access to members that control the FDO graphics layer read methods.
IFeatureLayer Provides access to members that control common aspects of a feature layer.
IFeatureLayer2 Provides access to additional members that control common aspects of a feature layer.
IFeatureLayerDefinition Provides access to members that define a subset of the features from the underlying feature class.
IFeatureSelection Provides access to members that control feature selection.
IFind Provides access to members that control finding.
IGeoDataset Provides access to members that provide information about a Geographic Dataset.
IGraphicsContainer Provides access to members that control the Graphics Container.
IGraphicsContainerSelect Provides access to members that control graphic container selection.
IGraphicsLayer Provides access to members that control the Graphics Layer.
IHotlinkContainer Provides access to members that manage all the hotlinks of a layer (e.g. field based hyperlinks or those that that call macros).
IHotlinkMacro Provides access to members that control a hyperlink that calls a macro.
IHyperlinkContainer Provides access to members that manage all the hyperlinks of a layer.
IIdentify Provides access to members that identify features.
IIdentify2 Provides access to members that set the current scale of the display.
ILayer2 Provides access to additional members that work with all layers.
ILayerDrawingProperties Provides access to members that control layer drawing properties.
ILayerEffects Provides access to members that control layer effects.
ILayerEvents Provides access to events that occur when layer visibility changes.
ILayerExtensions Provides access to members that manage layers used by the extensions.
ILayerFields Provides access to members that work with a layer's fields.
ILayerInfo Provides access to members that return layer images.
ILayerPosition Provides access to members that control a layer's default position in the map interface.
IMapLevel Provides access to memebers that control the map level.
IObjectClassEvents Provides access to events that occur with an object class.
IObjectClassSchemaEvents Provides access to events that occur with an object class' schema.
IOverflowGraphicsContainer Provides access to members that control the Overflow Graphics Container.
IPersistStream
IPropertySupport Provides access to members that set a default property on an object.
IPublishLayer Provides access to a layer's report publishing details.
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.
ITable Provides access to members that return information about and manage tables.
ITableDefinition Provides access to members that define a subset of the rows from the underlying table.
ITableFields Provides access to members that return information about a table.
ITableSelection Provides access to members that control table selection.

Event Interfaces

Interfaces Description
ISelectionEvents (default) Provides access to events that occur when the selection changes.

Working with Events

[VB6]

When working with FDOGraphicsLayer's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pFDOGraphicsLayer as FDOGraphicsLayer