This document is archived and information here might be outdated.  Recommended version.


IAttachment.Data Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachment Interface > IAttachment.Data Property
ArcGIS Developer Help

IAttachment.Data Property

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 [in]

Data is a parameter of type IMemoryBlobStream* Data [out, retval]
Data is a parameter of type IMemoryBlobStream**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAttachment Interface