ArcGIS Pro 2.6 API Reference Guide
GetFeatureDataset Method (FeatureClass)

ArcGIS.Core.Data Namespace > FeatureClass Class : GetFeatureDataset Method
Gets the FeatureDataset in which this feature class is contained. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public FeatureDataset GetFeatureDataset()
Public Function GetFeatureDataset() As FeatureDataset

Return Value

The parent FeatureDataset of which this feature class is a member; otherwise, null.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

FeatureClass Class
FeatureClass Members