This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv6 Interface > IRasterDefaultsEnv6.SeamlineSubLayerIsVisible Property (ArcObjects .NET 10.5 SDK) |
Indicates if the seamline sub-layer of a mosaic layer is visible by default.
[Visual Basic .NET] Public Property SeamlineSubLayerIsVisible As Boolean
[C#] public bool SeamlineSubLayerIsVisible {get; set;}
[C++]
HRESULT get_SeamlineSubLayerIsVisible(
VARIANT_BOOL* pIsVisible
);
[C++]
HRESULT put_SeamlineSubLayerIsVisible(
VARIANT_BOOL pIsVisible
);
[C++]
Parameters pIsVisible [out, retval] pIsVisible is a parameter of type VARIANT_BOOL pIsVisible [in] pIsVisible is a parameter of type VARIANT_BOOL