This document is archived and information here might be outdated. Recommended version. |
Returns the IDs of the rows that meet the query filter selection criteria for the specified dynamic layer.
[Visual Basic .NET] Public Function QueryRelatedRecords2 ( _ ByVal MapName As String, _ ByVal pTableDescription As IMapTableDescription, _ ByVal pFIDs As IFIDSet, _ ByVal RelateDescription As IRelateDescription _ ) As IQueryResult
[C#] public IQueryResult QueryRelatedRecords2 ( string MapName, IMapTableDescription pTableDescription, IFIDSet pFIDs, IRelateDescription RelateDescription );
[C++]
HRESULT QueryRelatedRecords2(
BSTR MapName,
IMapTableDescription* pTableDescription,
IFIDSet* pFIDs,
IRelateDescription* RelateDescription
);
[C++] Parameters MapName [in]
MapName is a parameter of type BSTR pTableDescription [in]
pTableDescription is a parameter of type IMapTableDescription* pFIDs [in]
pFIDs is a parameter of type IFIDSet* RelateDescription [in]
RelateDescription is a parameter of type IRelateDescription*