This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISynchronizationHelper Interface > ISynchronizationHelper.ExtractBriefEntityAttrProperties Method (ArcObjects .NET 10.4 SDK) |
Extracts brief entity attribute properties from a Feature Class.
[Visual Basic .NET] Public Sub ExtractBriefEntityAttrProperties ( _ ByVal geoDataset As IClass, _ ByVal Index As Integer, _ ByVal PropertySet As IPropertySet _ )
[C#] public void ExtractBriefEntityAttrProperties ( IClass geoDataset, int Index, IPropertySet PropertySet );
[C++]
HRESULT ExtractBriefEntityAttrProperties(
IClass* geoDataset,
long Index,
IPropertySet* PropertySet
);
[C++]
Parameters geoDataset [in]
geoDataset is a parameter of type IClass Index [in] Index is a parameter of type long PropertySet [in]
PropertySet is a parameter of type IPropertySet