ArcObjects Library Reference  (Carto)    

ILayerExtensions.RemoveExtension Method

Removes the specified extension.

[Visual Basic 6.0]
Sub RemoveExtension(
    ByVal Index As Long _
)
[Visual Basic .NET]
Public Sub RemoveExtension ( _
    ByVal Index As Integer _
)
[C#]
public void RemoveExtension (
    int Index
);
[Java]
public void removeExtension (
    int Index
)
throws
    IOException,
    AutomationException
[C++]
HRESULT RemoveExtension(
  long Index
);
[C++]

Parameters

Index [in]

  Index is a parameter of type long

Product Availability

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

See Also

ILayerExtensions Interface

 


Feedback Send feedback on this page