ArcObjects Library Reference (TrackingAnalystUI)  

tagTYPEATTR Structure

Syntax

[Visual Basic .NET]
Public Sub New ( _
   guid As Guid,
   lcid As Integer,
   dwReserved As Integer,
   memidConstructor As Integer,
   memidDestructor As Integer,
   lpstrSchema As String,
   cbSizeInstance As Integer,
   typekind As tagTYPEKIND,
   cFuncs As ushort,
   cVars As ushort,
   cImplTypes As ushort,
   cbSizeVft As ushort,
   cbAlignment As ushort,
   wTypeFlags As ushort,
   wMajorVerNum As ushort,
   wMinorVerNum As ushort,
   tdescAlias As tagTYPEDESC,
   idldescType As tagIDLDESC
)
[C#]
public tagTYPEATTR {
   Guid guid,
   uint lcid,
   uint dwReserved,
   int memidConstructor,
   int memidDestructor,
   string lpstrSchema,
   uint cbSizeInstance,
   tagTYPEKIND typekind,
   ushort cFuncs,
   ushort cVars,
   ushort cImplTypes,
   ushort cbSizeVft,
   ushort cbAlignment,
   ushort wTypeFlags,
   ushort wMajorVerNum,
   ushort wMinorVerNum,
   tagTYPEDESC tdescAlias,
   tagIDLDESC idldescType
)
[C++]

typedef struct tagTYPEATTR {

   GUID guid;

   Unsigned long lcid;

   Unsigned long dwReserved;

   long memidConstructor;

   long memidDestructor;

   LPWSTR lpstrSchema;

   Unsigned long cbSizeInstance;

   tagTYPEKIND typekind;

   Unsigned short cFuncs;

   Unsigned short cVars;

   Unsigned short cImplTypes;

   Unsigned short cbSizeVft;

   Unsigned short cbAlignment;

   Unsigned short wTypeFlags;

   Unsigned short wMajorVerNum;

   Unsigned short wMinorVerNum;

   tagTYPEDESC tdescAlias;

   tagIDLDESC idldescType; } tagTYPEATTR;

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.