ArcObjects Library Reference (GeoDatabase)  

IPlugInWorkspaceHelper.NativeType Property

The native type object for datasetType.

[Visual Basic .NET]
Public Function get_NativeType ( _
    ByVal DatasetType As esriDatasetType, _
    ByVal localName As String _
) As INativeType
[C#]
public INativeType get_NativeType (
    esriDatasetType DatasetType,
    string localName
);
[C++]
HRESULT get_NativeType(
  esriDatasetType DatasetType,
  BSTR localName,
  INativeType** NativeType
);
[C++]

Parameters

DatasetType [in]

  DatasetType is a parameter of type esriDatasetType

localName [in]   localName is a parameter of type BSTR NativeType [out, retval]

  NativeType is a parameter of type INativeType

Product Availability

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

Description

Creates an instance of the native type class for the dataset type specified and returns its INativeType pointer. The DatasetType is the correct type for the dataset named by localName. If native types are not implemented, this method should fail.

See Also

IPlugInWorkspaceHelper Interface