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


ISynchronizationHelper.ExtractBriefRelationshipProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISynchronizationHelper Interface > ISynchronizationHelper.ExtractBriefRelationshipProperties Method
ArcGIS Developer Help

ISynchronizationHelper.ExtractBriefRelationshipProperties Method

Extracts brief entity attribute properties from a Relationship Class.

[Visual Basic .NET]
Public Sub ExtractBriefRelationshipProperties ( _
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal Index As Integer, _
    ByVal PropertySet As IPropertySet _
)
[C#]
public void ExtractBriefRelationshipProperties (
    IRelationshipClass RelationshipClass,
    int Index,
    IPropertySet PropertySet
);
[C++]
HRESULT ExtractBriefRelationshipProperties(
  IRelationshipClass* RelationshipClass,
  long Index,
  IPropertySet* PropertySet
);
[C++]
Parameters
RelationshipClass [in]

RelationshipClass is a parameter of type IRelationshipClass* Index [in]
Index is a parameter of type long PropertySet [in]
PropertySet is a parameter of type IPropertySet*

Product Availability

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

See Also

ISynchronizationHelper Interface