[Visual Basic .NET] Public Function QueryAttachmentData2 ( _ ByVal VersionName As String, _ ByVal LayerOrTableID As Integer, _ ByVal attachmentIDs As ILongArray, _ ByVal TransportType As esriTransportType _ ) As IAttachmentDataArray
[C#] public IAttachmentDataArray QueryAttachmentData2 ( string VersionName, int LayerOrTableID, ILongArray attachmentIDs, esriTransportType TransportType );
[C++]
HRESULT QueryAttachmentData2(
BSTR VersionName,
long LayerOrTableID,
ILongArray* attachmentIDs,
esriTransportType TransportType,
IAttachmentDataArray** attachmentData
);
[C++]Parameters
VersionName [in] VersionName is a parameter of type BSTR 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.