This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* hide
);
[C++]
Parameters hide [in]
hide is a parameter of type bool hide [out, retval]
hide is a parameter of type bool*