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


IMapServer4.QueryAttachmentInfos2 Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServer4.QueryAttachmentInfos2 Method

Returns the attachment info that describe the attachments for the given features/ rows.

[Visual Basic .NET]
Public Function QueryAttachmentInfos2 ( _
    ByVal MapName As String, _
    ByVal pTableDescription As IMapTableDescription, _
    ByVal rowIDs As ILongArray _
) As IAttachmentInfoArray
[C#]
public IAttachmentInfoArray QueryAttachmentInfos2 (
    string MapName,
    IMapTableDescription pTableDescription,
    ILongArray rowIDs
);
[C++]
HRESULT QueryAttachmentInfos2(
  BSTR MapName,
  IMapTableDescription* pTableDescription,
  ILongArray* rowIDs,
  IAttachmentInfoArray** ppAttachmentInfos
);
[C++]

Parameters MapName [in] MapName is a parameter of type BSTR pTableDescription [in]
pTableDescription is a parameter of type IMapTableDescription rowIDs [in]
rowIDs is a parameter of type ILongArray ppAttachmentInfos [out, retval]
ppAttachmentInfos is a parameter of type IAttachmentInfoArray

Product Availability

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

See Also

IMapServer4 Interface