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


IAttachmentData.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 > IAttachmentData Interface > IAttachmentData.Data Property
ArcGIS Developer Help

IAttachmentData.Data Property

Attachment as bytes.

[Visual Basic .NET]
Public Property Data As Byte[]
[C#]
public Byte[] Data {get; set;}
[C++]
HRESULT get_Data(
  SAFEARRAY(System.Byte)* Data
);
[C++]
HRESULT put_Data(
  SafeArray Data
);
[C++]
Parameters
Data [out, retval]

Data is a parameter of type SAFEARRAY(unsigned char)* Data [in]
Data is a parameter of type SAFEARRAY(unsigned char)

Product Availability

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

See Also

IAttachmentData Interface