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


IClipboardFormat2.StorageMedium Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IC > IClipboardFormat2 Interface > IClipboardFormat2.StorageMedium Property
ArcGIS Developer Help

IClipboardFormat2.StorageMedium Property

StorageMedium for Paste. (Look up the C++ TYMED enumeration on MSDN for details).

[Visual Basic .NET]
Public Sub StorageMedium ( _
    ByRef tymed As Integer _
)
[C#]
public void StorageMedium (
    ref int tymed
);

Product Availability

Available with ArcGIS Desktop.

See Also

IClipboardFormat2 Interface