Syntax
[Visual Basic .NET]
Public Sub New ( _
tdSize As Integer,
tdDriverNameOffset As ushort,
tdDeviceNameOffset As ushort,
tdPortNameOffset As ushort,
tdExtDevmodeOffset As ushort,
tdData As IntPtr
)
[C#]
public tagDVTARGETDEVICE {
uint tdSize,
ushort tdDriverNameOffset,
ushort tdDeviceNameOffset,
ushort tdPortNameOffset,
ushort tdExtDevmodeOffset,
IntPtr tdData
)
[C++]
typedef struct tagDVTARGETDEVICE {
Unsigned long tdSize;
Unsigned short tdDriverNameOffset;
Unsigned short tdDeviceNameOffset;
Unsigned short tdPortNameOffset;
Unsigned short tdExtDevmodeOffset;
Byte tdData;
} tagDVTARGETDEVICE;
Product Availability
Available with ArcGIS Desktop. Requires Tracking Analyst Extension.