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.