This document is archived and information here might be outdated.  Recommended version.


ILayerExtensions.Extension Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerExtensions Interface > ILayerExtensions.Extension Property
ArcGIS Developer Help

ILayerExtensions.Extension Property

The extension at the specified index.

[Visual Basic .NET]
Public Function get_Extension ( _
    ByVal Index As Integer _
) As Object
[C#]
public object get_Extension (
    int Index
);
[C++]
HRESULT get_Extension(
  long Index,
  IUnknown Pointer* ext
);
[C++]
Parameters
Index [in]

Index is a parameter of type long ext [out, retval]
ext is a parameter of type IUnknown*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILayerExtensions Interface