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


IEditInteraction.ModifyAttributes Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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