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


IGraphicFeatureServer.QueryAttachmentData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureServer.QueryAttachmentData Method

[Visual Basic .NET]
Public Function QueryAttachmentData ( _
    ByVal LayerOrTableID As Integer, _
    ByVal attachmentIDs As ILongArray, _
    ByVal TransportType As esriTransportType _
) As IAttachmentDataArray
[C#]
public IAttachmentDataArray QueryAttachmentData (
    int LayerOrTableID,
    ILongArray attachmentIDs,
    esriTransportType TransportType
);
[C++]
HRESULT QueryAttachmentData(
  long LayerOrTableID,
  ILongArray* attachmentIDs,
  esriTransportType TransportType,
  IAttachmentDataArray** attachmentData
);
[C++]

Parameters LayerOrTableID [in] LayerOrTableID is a parameter of type long attachmentIDs [in]
attachmentIDs is a parameter of type ILongArray TransportType [in]
TransportType is a parameter of type esriTransportType attachmentData [out, retval]
attachmentData is a parameter of type IAttachmentDataArray

Product Availability

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

See Also

IGraphicFeatureServer Interface