This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEditInteraction Interface > IEditInteraction.ModifyAttributes Method (ArcObjects .NET 10.5 SDK) |
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