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


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

IDataObject.GetCanonicalFormatEtc Method

[Visual Basic .NET]
Public Sub GetCanonicalFormatEtc ( _
    ByRef pformatectIn As tagFORMATETC, _
    ByRef pformatetcOut As tagFORMATETC _
)
[C#]
public void GetCanonicalFormatEtc (
    ref tagFORMATETC pformatectIn,
    ref tagFORMATETC pformatetcOut
);

Product Availability

Available with ArcGIS Desktop. Requires Data Interoperability Extension.

See Also

IDataObject Interface