ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbol.UserData Property

Any additional user data.

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

[C++]
HRESULT get_UserData(
  IPropertySet** Data
);
[C++]
HRESULT put_UserData(
  IPropertySet* Data
);
[C++]

Parameters

Data [out, retval]

  Data is a parameter of type IPropertySet

Data [in]

  Data is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleSymbol Interface