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


IGraphicFeatureServer.QueryAttachmentData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServer Interface > IGraphicFeatureServer.QueryAttachmentData Method
ArcGIS Developer Help

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
);
[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

Product Availability

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

See Also

IGraphicFeatureServer Interface