ArcObjects Library Reference (Carto)  

IGraphicFeatureServer2.QueryAttachmentInfos2 Method

[Visual Basic .NET]
Public Function QueryAttachmentInfos2 ( _
    ByVal gdbVersion As String, _
    ByVal LayerOrTableID As Integer, _
    ByVal objectIDs As ILongArray _
) As IAttachmentInfoArray
[C#]
public IAttachmentInfoArray QueryAttachmentInfos2 (
    string gdbVersion,
    int LayerOrTableID,
    ILongArray objectIDs
);
[C++]
HRESULT QueryAttachmentInfos2(
  BSTR gdbVersion,
  long LayerOrTableID,
  ILongArray* objectIDs,
  IAttachmentInfoArray** attachmentInfos
);
[C++]

Parameters

gdbVersion [in]   gdbVersion is a parameter of type BSTR LayerOrTableID [in]   LayerOrTableID is a parameter of type long objectIDs [in]

  objectIDs is a parameter of type ILongArray

attachmentInfos [out, retval]

  attachmentInfos is a parameter of type IAttachmentInfoArray

Product Availability

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

See Also

IGraphicFeatureServer2 Interface