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


IGPReplicaOptions2.IncludeMapLayers Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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