This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISynchronizationHelper Interface > ISynchronizationHelper.ExtractSpatialProperties Method (ArcObjects .NET 10.4 SDK) |
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