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


INativeType.TypeID Property (ArcObjects .NET 10.5 SDK)
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** 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