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