This document is archived and information here might be outdated.  Recommended version.


IPythonAdapterFunctionArguments.Attributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPythonAdapterFunctionArguments Interface > IPythonAdapterFunctionArguments.Attributes Property
ArcGIS Developer Help

IPythonAdapterFunctionArguments.Attributes Property

Attributes of the python class.

[Visual Basic .NET]
Public ReadOnly Property Attributes As IPropertySet
[C#]
public IPropertySet Attributes {get;}
[C++]
HRESULT get_Attributes(
  IPropertySet** ppAttributes
);
[C++]
Parameters
ppAttributes [out, retval]

ppAttributes is a parameter of type IPropertySet**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPythonAdapterFunctionArguments Interface