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


IAttachment.Size 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.Size Property
ArcGIS Developer Help

IAttachment.Size Property

Size of the attachment data in bytes.

[Visual Basic .NET]
Public ReadOnly Property Size As Integer
[C#]
public int Size {get;}
[C++]
HRESULT get_Size(
  System.Int32* Size
);
[C++]
Parameters
Size [out, retval]

Size is a parameter of type long*

Product Availability

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

See Also

IAttachment Interface