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


IGPReplicaDataset2.LayerID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset2 Interface > IGPReplicaDataset2.LayerID Property
ArcGIS Developer Help

IGPReplicaDataset2.LayerID Property

Set layerID for a ReplicaDataset.

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

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

Product Availability

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

See Also

IGPReplicaDataset2 Interface