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


IRelationshipClassInfo.Excluded Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClassInfo Interface > IRelationshipClassInfo.Excluded Property
ArcGIS Developer Help

IRelationshipClassInfo.Excluded Property

Indicates if the relationship class to be excluded from the replica description.

[Visual Basic .NET]
Public Property Excluded As Boolean
[C#]
public bool Excluded {get; set;}
[C++]
HRESULT get_Excluded(
  VARIANT_BOOL RelExcluded
);
[C++]
HRESULT put_Excluded(
  Boolean* RelExcluded
);
[C++]
Parameters
RelExcluded [in]

RelExcluded is a parameter of type bool RelExcluded [out, retval]
RelExcluded is a parameter of type bool*

Product Availability

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

See Also

IRelationshipClassInfo Interface