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


IGraphicFeatureServer.QueryAttachmentInfos 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.QueryAttachmentInfos Method
ArcGIS Developer Help

IGraphicFeatureServer.QueryAttachmentInfos Method

[Visual Basic .NET]
Public Function QueryAttachmentInfos ( _
    ByVal LayerOrTableID As Integer, _
    ByVal objectIDs As ILongArray _
) As IAttachmentInfoArray
[C#]
public IAttachmentInfoArray QueryAttachmentInfos (
    int LayerOrTableID,
    ILongArray objectIDs
);
[C++]
HRESULT QueryAttachmentInfos(
  long LayerOrTableID,
  ILongArray* objectIDs
);
[C++]
Parameters
LayerOrTableID [in]

LayerOrTableID is a parameter of type long objectIDs [in]
objectIDs is a parameter of type ILongArray*

Product Availability

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

See Also

IGraphicFeatureServer Interface