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.MosaicLayerIsExpanded Property (ArcObjects .NET 10.5 SDK) |
Indicates if a mosaic layer should be expanded or collapsed by default.
[Visual Basic .NET] Public Property MosaicLayerIsExpanded As Boolean
[C#] public bool MosaicLayerIsExpanded {get; set;}
[C++]
HRESULT get_MosaicLayerIsExpanded(
VARIANT_BOOL* pIsExpanded
);
[C++]
HRESULT put_MosaicLayerIsExpanded(
VARIANT_BOOL pIsExpanded
);
[C++]
Parameters pIsExpanded [out, retval] pIsExpanded is a parameter of type VARIANT_BOOL pIsExpanded [in] pIsExpanded is a parameter of type VARIANT_BOOL