ArcObjects Library Reference (GeoDatabase)  

IAttachmentInfo.Size Property

The size of the attachment.

[Visual Basic .NET]
Public ReadOnly Property Size As Integer
[C#]
public int Size {get;}
[C++]
HRESULT get_Size(
  long* 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

IAttachmentInfo Interface