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


IAMSWorkspace.OpenFeatureClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IAMSWorkspace.OpenFeatureClass Method

Opens an existing feature class.

[Visual Basic .NET]
Public Function OpenFeatureClass ( _
    ByVal Name As String _
) As IFeatureClass
[C#]
public IFeatureClass OpenFeatureClass (
    string Name
);
[C++]
HRESULT OpenFeatureClass(
  BSTR Name,
  IFeatureClass** ppFeatureClass
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR ppFeatureClass [out, retval]
ppFeatureClass is a parameter of type IFeatureClass

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IAMSWorkspace Interface