ArcObjects Component Help  (Core)    

DimensionLayer CoClass

A collection of proerties for a dimension layer.

Interfaces

Interfaces Description
IAttributeTable Provides access to the base table.
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.
IDimensionLayer Indicator interface that identifies dimension layers.
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.
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.
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.
ILayer Provides access to members that work with all layers.
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.
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.
IObjectClassSchemaEvents Provides access to events that occur with an object class' schema.
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
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

[VB6]

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

Private WithEvents pDimensionLayer as DimensionLayer

When implementing IFeatureLayerSelectionEvents declare variables as follows:

Private WithEvents pFeatureLayerSelectionEvents as FeatureLayerSelectionEvents