ArcObjects Library Reference (DefenseSolutions)  

ITacticalElement.PropertySet Property

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

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

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

Parameters

PropertySet [out, retval]

  PropertySet is a parameter of type IPropertySet

PropertySet [in]

  PropertySet is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalElement Interface