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


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

IGPReplicaOptions2.IncludeMapLayers Property

.

[Visual Basic .NET]
Public Property IncludeMapLayers As Boolean
[C#]
public bool IncludeMapLayers {get; set;}
[C++]
HRESULT get_IncludeMapLayers(
  VARIANT_BOOL IncludeMapLayers
);
[C++]
HRESULT put_IncludeMapLayers(
  Boolean* IncludeMapLayers
);
[C++]
Parameters
IncludeMapLayers [in]

IncludeMapLayers is a parameter of type bool IncludeMapLayers [out, retval]
IncludeMapLayers is a parameter of type bool*

Product Availability

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

See Also

IGPReplicaOptions2 Interface