This document is archived and information here might be outdated. Recommended version. |
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