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


IFeatureLayerDrawingDescription2.SourceLayerID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayerDrawingDescription2 Interface > IFeatureLayerDrawingDescription2.SourceLayerID Property
ArcGIS Developer Help

IFeatureLayerDrawingDescription2.SourceLayerID Property

Source LayerID.

[Visual Basic .NET]
Public Property SourceLayerID As Integer
[C#]
public int SourceLayerID {get; set;}
[C++]
HRESULT get_SourceLayerID(
  System.Int32* 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