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


IGPTablesDomain.HideJoinedLayers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTablesDomain Interface > IGPTablesDomain.HideJoinedLayers Property
ArcGIS Developer Help

IGPTablesDomain.HideJoinedLayers Property

Indicates whether or not to hide joined layers.

[Visual Basic .NET]
Public Property HideJoinedLayers As Boolean
[C#]
public bool HideJoinedLayers {get; set;}
[C++]
HRESULT get_HideJoinedLayers(
  VARIANT_BOOL hide
);
[C++]
HRESULT put_HideJoinedLayers(
  Boolean* hide
);
[C++]
Parameters
hide [in]

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

Product Availability

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

See Also

IGPTablesDomain Interface