This document is archived and information here might be outdated.  Recommended version.


IMosaicDataset.Referenced Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.Referenced Property

Indicates if this is a referenced mosaic dataset.

[Visual Basic .NET]
Public Property Referenced As Boolean
[C#]
public bool Referenced {get; set;}
[C++]
HRESULT get_Referenced(
  VARIANT_BOOL* pReferenced
);
[C++]
HRESULT put_Referenced(
  VARIANT_BOOL pReferenced
);
[C++]

Parameters pReferenced [out, retval] pReferenced is a parameter of type VARIANT_BOOL pReferenced [in] pReferenced is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMosaicDataset Interface