This document is archived and information here might be outdated. Recommended version. |
[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