This document is archived and information here might be outdated. Recommended version. |
Provides access to the feature dataset extension that supports the specified dataset type.
[Visual Basic .NET] Public Function FindExtension ( _ ByVal Type As esriDatasetType _ ) As IFeatureDatasetExtension
[C#] public IFeatureDatasetExtension FindExtension ( esriDatasetType Type );
[C++]
HRESULT FindExtension(
esriDatasetType Type
);
[C++] Parameters Type [in]
Type is a parameter of type esriDatasetType
The FindExtension method returns the feature dataset extension for the specified dataset type. Use this method to return a reference to the IDatasetContainer2 interface for working with and creating Network Datasets.