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


IRelationshipClassInfo.Excluded Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL RelExcluded
);
[C++]

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

Product Availability

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

See Also

IRelationshipClassInfo Interface