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


IIMSFeatureClass.LayerID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSFeatureClass Interface > IIMSFeatureClass.LayerID Property
ArcGIS Developer Help

IIMSFeatureClass.LayerID Property

The Feature Class Layer ID.

[Visual Basic .NET]
Public ReadOnly Property LayerID As String
[C#]
public string LayerID {get;}
[C++]
HRESULT get_LayerID(
  System.String* LayerID
);
[C++]
Parameters
LayerID [out, retval]

LayerID is a parameter of type BSTR*

Product Availability

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

See Also

IIMSFeatureClass Interface