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


IFeatureDatasetExtensionContainer.FindExtension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDatasetExtensionContainer Interface > IFeatureDatasetExtensionContainer.FindExtension Method
ArcGIS Developer Help

IFeatureDatasetExtensionContainer.FindExtension Method

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

Product Availability

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

Remarks

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.

See Also

IFeatureDatasetExtensionContainer Interface

.NET Samples

Closest facility solver Location-allocation solver Origin-destination cost matrix solver Route layer Service area solver Vehicle routing problem solver