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