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** ppNativeType
);
[C++]

Parameters

ppNativeType [out, retval]

  ppNativeType is a parameter of type INativeType

Product Availability

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

See Also

INativeTypeInfo Interface