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


IAttachment.Data Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 [out, retval]
Data is a parameter of type IMemoryBlobStream Data [in]
Data is a parameter of type IMemoryBlobStream

Product Availability

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

See Also

IAttachment Interface