ArcObjects Library Reference (DefenseSolutions)  

IForceElement.PropertySet Property

A property set object containing attributes-value pairs, used to annotate a graphic.

ERROR: Syntax information about IForceElement.PropertySet may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_PropertySet(
  IPropertySet** ppPropertySet
);
[C++]
HRESULT putref_PropertySet(
  IPropertySet* ppPropertySet
);
[C++]

Parameters

ppPropertySet [out, retval]

  ppPropertySet is a parameter of type IPropertySet

ppPropertySet [in]

  ppPropertySet is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElement Interface