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


IThumbnailInfoImpl.Modified Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* pModified
);
[C++]
HRESULT put_Modified(
  VARIANT_BOOL pModified
);
[C++]

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

Product Availability

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

See Also

IThumbnailInfoImpl Interface