This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLayersAndTablesDomain Interface > IGPLayersAndTablesDomain.HideDELayer Property (ArcObjects .NET 10.5 SDK) |
Indicates whether or not to hide layers on disk.
[Visual Basic .NET] Public Property HideDELayer As Boolean
[C#] public bool HideDELayer {get; set;}
[C++]
HRESULT get_HideDELayer(
VARIANT_BOOL* hide
);
[C++]
HRESULT put_HideDELayer(
VARIANT_BOOL hide
);
[C++]
Parameters hide [out, retval] hide is a parameter of type VARIANT_BOOL hide [in] hide is a parameter of type VARIANT_BOOL