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