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


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

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