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


IMosaicDatasetDefinitionObject.Changed Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetDefinitionObject.Changed Property

Indicates whether the contents of the object has changed since the last time this flag was reset.

[Visual Basic .NET]
Public Property Changed As Boolean
[C#]
public bool Changed {get; set;}
[C++]
HRESULT get_Changed(
  VARIANT_BOOL* pbHasChanged
);
[C++]
HRESULT put_Changed(
  VARIANT_BOOL pbHasChanged
);
[C++]

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

Product Availability

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

See Also

IMosaicDatasetDefinitionObject Interface