[Visual Basic .NET]
Public Function AddAttachments ( _
ByVal LayerOrTableID As Integer, _
ByVal attachmentDataArray As IAttachmentDataArray _
) As IEditResults
[C#]
public IEditResults AddAttachments (
int LayerOrTableID,
IAttachmentDataArray attachmentDataArray
);
[C++]
HRESULT AddAttachments(
long LayerOrTableID,
IAttachmentDataArray* attachmentDataArray,
IEditResults** EditResults
);
[C++]
Parameters
LayerOrTableID [in]
LayerOrTableID is a parameter of type long
attachmentDataArray [in]
attachmentDataArray is a parameter of type IAttachmentDataArray
EditResults [out, retval]
EditResults is a parameter of type IEditResults
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IGraphicFeatureServer Interface