ArcObjects Library Reference (GeoDatabase)  

ISynchronizationHelper.ExtractFeatureClassProperties Method

Extracts properties from a Feature Class.

[Visual Basic .NET]
Public Sub ExtractFeatureClassProperties ( _
    ByVal geoDataset As IFeatureClass, _
    ByVal Index As Integer, _
    ByVal PropertySet As IPropertySet _
)
[C#]
public void ExtractFeatureClassProperties (
    IFeatureClass geoDataset,
    int Index,
    IPropertySet PropertySet
);
[C++]
HRESULT ExtractFeatureClassProperties(
  IFeatureClass* geoDataset,
  long Index,
  IPropertySet* PropertySet
);
[C++]

Parameters

geoDataset [in]

  geoDataset is a parameter of type IFeatureClass

Index [in]   Index is a parameter of type long PropertySet [in]

  PropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

ISynchronizationHelper Interface