ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv6.MosaicLayerIsExpanded Property

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

Product Availability

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

See Also

IRasterDefaultsEnv6 Interface