ArcObjects Library Reference (GeoDatabase)  

ISynchronizationHelper.ExtractSpatialProperties Method

Extracts spatial properties from a GeoDataset.

[Visual Basic .NET]
Public Sub ExtractSpatialProperties ( _
    ByVal geoDataset As IGeoDataset, _
    ByVal PropertySet As IPropertySet _
)
[C#]
public void ExtractSpatialProperties (
    IGeoDataset geoDataset,
    IPropertySet PropertySet
);
[C++]
HRESULT ExtractSpatialProperties(
  IGeoDataset* geoDataset,
  IPropertySet* PropertySet
);
[C++]

Parameters

geoDataset [in]

  geoDataset is a parameter of type IGeoDataset

PropertySet [in]

  PropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

ISynchronizationHelper Interface