ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicFeatureLayer.DisplayList Property

The cached graphic display list wrapped by the layer.

[Visual Basic .NET]
Public ReadOnly Property DisplayList As IDisplayList
[C#]
public IDisplayList DisplayList {get;}
[C++]
HRESULT get_DisplayList(
  IDisplayList** DisplayList
);
[C++]

Parameters

DisplayList [out, retval]

  DisplayList is a parameter of type IDisplayList

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicFeatureLayer Interface