ArcObjects Library Reference (DataSourcesFile)  

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

Parameters

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

Product Availability

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

See Also

IGPArcInfoItem Interface