This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Structures > T > tagFORMATETC Structure (ArcObjects .NET 10.5 SDK) |
[Visual Basic .NET] Public Sub New ( _ cfFormat As IntPtr, ptd As IntPtr, dwAspect As Integer, lindex As Integer, tymed As Integer )
[C#] public tagFORMATETC { IntPtr cfFormat, IntPtr ptd, uint dwAspect, int lindex, uint tymed )
[C++]
typedef struct tagFORMATETC {
_userCLIPFORMAT cfFormat;
tagDVTARGETDEVICE ptd;
Unsigned long dwAspect;
long lindex;
Unsigned long tymed; } tagFORMATETC;