ArcObjects Library Reference (GeoDatabase)  

INativeType.TypeID Property

The unique ID of the type.

[Visual Basic .NET]
Public ReadOnly Property TypeID As UID
[C#]
public UID TypeID {get;}
[C++]
HRESULT get_TypeID(
  IUID** ppTypeID
);
[C++]

Parameters

ppTypeID [out, retval]

  ppTypeID is a parameter of type IUID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INativeType Interface