ArcObjects Library Reference (GeoDatabase)  

IAttachmentData.Data Property

Attachment as bytes.

[Visual Basic .NET]
Public Property Data As Byte[]
[C#]
public Byte[] Data {get; set;}
[C++]
HRESULT get_Data(
  Data* Data
);
[C++]
HRESULT put_Data(
  Data Data
);
[C++]

Parameters

Data [out, retval]   Data is a parameter of type Data [in]   Data is a parameter of type

Product Availability

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

See Also

IAttachmentData Interface