This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachment Interface > IAttachment.Data Property (ArcObjects .NET 10.5 SDK) |
Attachment data.
[Visual Basic .NET] Public Property Data As IMemoryBlobStream
[C#] public IMemoryBlobStream Data {get; set;}
[C++]
HRESULT get_Data(
IMemoryBlobStream** Data
);
[C++]
HRESULT putref_Data(
IMemoryBlobStream* Data
);
[C++]
Parameters Data [out, retval]
Data is a parameter of type IMemoryBlobStream Data [in]
Data is a parameter of type IMemoryBlobStream