ArcObjects Library Reference (Carto)  

IFeatureLayerDrawingDescription2.SourceLayerID Property

Source LayerID.

[Visual Basic .NET]
Public Property SourceLayerID As Integer
[C#]
public int SourceLayerID {get; set;}
[C++]
HRESULT get_SourceLayerID(
  long* pSourceLayerID
);
[C++]
HRESULT put_SourceLayerID(
  long pSourceLayerID
);
[C++]

Parameters

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

Product Availability

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

Remarks

Use SourceLayerID to match this with the original LayerDescription.

See Also

IFeatureLayerDrawingDescription2 Interface