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


IEditInteraction.ModifyAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEditInteraction Interface > IEditInteraction.ModifyAttributes Method
ArcGIS Developer Help

IEditInteraction.ModifyAttributes Method

Modifies the graphic attributes according to the editing parameters of the representation tool.

[Visual Basic .NET]
Public Sub ModifyAttributes ( _
    ByVal editParams As Object, _
    ByVal attrArray As Object _
)
[C#]
public void ModifyAttributes (
    object editParams,
    object attrArray
);
[C++]
HRESULT ModifyAttributes(
  VARIANT editParams,
  VARIANT attrArray
);
[C++]
Parameters
editParams [in]

editParams is a parameter of type VARIANT attrArray [in]
attrArray is a parameter of type VARIANT

Product Availability

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

See Also

IEditInteraction Interface