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


IMosaicDatasetDefinitionObject.Changed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetDefinitionObject Interface > IMosaicDatasetDefinitionObject.Changed Property
ArcGIS Developer Help

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(
  Boolean* pbHasChanged
);
[C++]
HRESULT put_Changed(
  VARIANT_BOOL pbHasChanged
);
[C++]
Parameters
pbHasChanged [out, retval]

pbHasChanged is a parameter of type bool* pbHasChanged [in]
pbHasChanged is a parameter of type bool

Product Availability

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

See Also

IMosaicDatasetDefinitionObject Interface