ArcObjects Library Reference  (Carto)    

ILayerExtensions.Extension Property

The extension at the specified index.

[Visual Basic 6.0]
Property Extension(
    ByVal Index As Long _
) As Unknown
[Visual Basic .NET]
Public Function get_Extension ( _
    ByVal Index As Integer _
) As Object
[C#]
public object get_Extension (
    int Index
);
[Java]
public Object getExtension (
    Long Index
)
[C++]
HRESULT get_Extension(
  long Index,
  LPUNKNOWN* ext
);
[C++]

Parameters

Index [in]

  Index is a parameter of type long

ext [out, retval]

  ext is a parameter of type LPUNKNOWN

Product Availability

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

See Also

ILayerExtensions Interface

 


Feedback Send feedback on this page