This document is archived and information here might be outdated. Recommended version. |
Construct the set with only those elements that exist in both relation sets.
[Visual Basic .NET] Public Sub Intersect ( _ ByVal pRelations As IRelationResult _ )
[C#] public void Intersect ( IRelationResult pRelations );
[C++]
HRESULT Intersect(
IRelationResult* pRelations
);
[C++] Parameters pRelations [in]
pRelations is a parameter of type IRelationResult*