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


INativeType.TypeID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INativeType Interface > INativeType.TypeID Property
ArcGIS Developer Help

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** TypeID
);
[C++]
Parameters
TypeID [out, retval]

TypeID is a parameter of type IUID**

Product Availability

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

See Also

INativeType Interface