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


IThumbnailInfoImpl.Modified Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > IThumbnailInfoImpl Interface > IThumbnailInfoImpl.Modified Property
ArcGIS Developer Help

IThumbnailInfoImpl.Modified Property

Indicates whether the thumbnail has been modified.

[Visual Basic .NET]
Public Property Modified As Boolean
[C#]
public bool Modified {get; set;}
[C++]
HRESULT get_Modified(
  Boolean* pModified
);
[C++]
HRESULT put_Modified(
  VARIANT_BOOL pModified
);
[C++]
Parameters
pModified [out, retval]

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

Product Availability

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

See Also

IThumbnailInfoImpl Interface