This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceExtension2 Interface > IWorkspaceExtension2.OwnsDatasetType Method (ArcObjects .NET 10.5 SDK) |
Indicates if the workspace extension owns the dataset type.
[Visual Basic .NET] Public Function OwnsDatasetType ( _ ByVal DatasetType As esriDatasetType _ ) As Boolean
[C#] public bool OwnsDatasetType ( esriDatasetType DatasetType );
[C++]
HRESULT OwnsDatasetType(
esriDatasetType DatasetType,
VARIANT_BOOL* ownsType
);
[C++]
Parameters DatasetType [in]
DatasetType is a parameter of type esriDatasetType ownsType [out, retval] ownsType is a parameter of type VARIANT_BOOL
The OwnDatasetType method returns a boolean indicating whether the workspace extension supports the specified dataset type.