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


IFeatureClassDescriptor.Create Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IFeatureClassDescriptor.Create Method

Creates a FeatureClass descriptor.

[Visual Basic .NET]
Public Sub Create ( _
    ByVal FeatureClass As IFeatureClass, _
    ByVal filter As IQueryFilter, _
    ByVal FieldName As String _
)
[C#]
public void Create (
    IFeatureClass FeatureClass,
    IQueryFilter filter,
    string FieldName
);
[C++]
HRESULT Create(
  IFeatureClass* FeatureClass,
  IQueryFilter* filter,
  BSTR FieldName
);
[C++]

Parameters FeatureClass [in]
FeatureClass is a parameter of type IFeatureClass filter [in]
filter is a parameter of type IQueryFilter FieldName [in] FieldName is a parameter of type BSTR

Product Availability

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

See Also

IFeatureClassDescriptor Interface

.NET Related Topics

Working with helper objects