This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDatasetExtensionContainer Interface > IFeatureDatasetExtensionContainer.FindExtension Method (ArcObjects .NET 10.4 SDK) |
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,
IFeatureDatasetExtension** Extension
);
[C++]
Parameters Type [in]
Type is a parameter of type esriDatasetType Extension [out, retval]
Extension is a parameter of type IFeatureDatasetExtension
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.