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


IVersion2.IsRedefined Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IVersion2.IsRedefined Property

Determines whether the state of the version corresponding to this version object has been redefined in the database.

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

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

Product Availability

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

See Also

IVersion2 Interface