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


IGPArcInfoItem.IsRedefined Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IG > IGPArcInfoItem Interface > IGPArcInfoItem.IsRedefined Property
ArcGIS Developer Help

IGPArcInfoItem.IsRedefined Property

Indicates if the info item redefined.

[Visual Basic .NET]
Public Property IsRedefined As Boolean
[C#]
public bool IsRedefined {get; set;}
[C++]
HRESULT get_IsRedefined(
  Boolean* redefined
);
[C++]
HRESULT put_IsRedefined(
  VARIANT_BOOL redefined
);
[C++]
Parameters
redefined [out, retval]

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

Product Availability

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

See Also

IGPArcInfoItem Interface