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


INativeTypeInfo.NativeType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INativeTypeInfo.NativeType Property

The native type.

[Visual Basic .NET]
Public ReadOnly Property NativeType As INativeType
[C#]
public INativeType NativeType {get;}
[C++]
HRESULT get_NativeType(
  INativeType** NativeType
);
[C++]

Parameters NativeType [out, retval]
NativeType is a parameter of type INativeType

Product Availability

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

See Also

INativeTypeInfo Interface