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


IArcInfoItem.IsRedefined Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItem.IsRedefined Property

Indicates if the Item is a Redefined Item.

[Visual Basic .NET]
Public ReadOnly Property IsRedefined As Boolean
[C#]
public bool IsRedefined {get;}
[C++]
HRESULT get_IsRedefined(
  VARIANT_BOOL* IsRedefined
);
[C++]

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

Product Availability

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

See Also

IArcInfoItem Interface