ArcObjects Library Reference (Carto)  

IFeatureExtent.LayerID Property

The ID of the layer.

[Visual Basic .NET]
Public Property LayerID As Integer
[C#]
public int LayerID {get; set;}
[C++]
HRESULT get_LayerID(
  long* LayerID
);
[C++]
HRESULT put_LayerID(
  long LayerID
);
[C++]

Parameters

LayerID [out, retval]   LayerID is a parameter of type long LayerID [in]   LayerID is a parameter of type long

Product Availability

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

See Also

IFeatureExtent Interface