ArcObjects Library Reference (GeoDatabase)  

ISynchronizationHelper.ExtractRelationshipProperties Method

Extracts entity attribute properties from a Relationship Class.

[Visual Basic .NET]
Public Sub ExtractRelationshipProperties ( _
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal Index As Integer, _
    ByVal PropertySet As IPropertySet _
)
[C#]
public void ExtractRelationshipProperties (
    IRelationshipClass RelationshipClass,
    int Index,
    IPropertySet PropertySet
);
[C++]
HRESULT ExtractRelationshipProperties(
  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