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


IDataObject.EnumFormatEtc Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IDataObject.EnumFormatEtc Method

[Visual Basic .NET]
Public Sub EnumFormatEtc ( _
    ByVal dwDirection As Integer, _
    ByRef ppenumFormatEtc As IEnumFORMATETC _
)
[C#]
public void EnumFormatEtc (
    uint dwDirection,
    ref IEnumFORMATETC ppenumFormatEtc
);

Product Availability

Available with ArcGIS Desktop. Requires Data Interoperability Extension.

See Also

IDataObject Interface