MultiAssignAttributes

 

The MultiAssignAttributes method assigns IDs and hyperlinks to multiple selected objects.

 

Syntax

object.MultiAssignAttributes( EditPID, PIDStr, PIDBegVal, PIDStrSuf, EditSID, SIDStr, SIDBegVal, SIDStrSuf, EditAttrib1, Attrib1Str, Attrib1BegVal, _

Attrib1StrSuf, EditAttrib2, Attrib2Str, Attrib2BegVal, Attrib2StrSuf, EditHyperlink, HyperlinkStr, HyperlinkBegVal, HyperlinkStrSuf )

 

Parameter

Type

Description

EditPID

Boolean

optional; true to assign a new primary ID to the selected objects

PIDStr

String

optional; primary ID

PIDBegVal

Integer

optional; start index

PIDStrSuf

String

optional; suffix

EditSID

Boolean

optional; true to assign a new secondary ID to the selected objects

SIDStr

String

optional; secondary ID

SIDBegVal

Integer

optional; start index

SIDStrSuf

String

optional; suffix

EditAttrib1

Boolean

optional; true to assign a new attribute 1 ID to the selected objects

Attrib1Str

String

optional; attribute 1 ID

Attrib1BegVal

Integer

optional; start index

Attrib1Str Suf

String

optional; suffix

EditAttrib2

Boolean

optional; true to assign a new attribute 2 ID to the selected objects

Attrib2Str

String

optional; attribute 2 ID

Attrib2BegVal

Integer

optional; start index

Attrib2StrSuf

String

optional; suffix

EditHyperlink

Boolean

optional; true to assign a new hyperlink to the selected objects

HyperlinkStr

String

optional; hyperlink

HyperlinkBegVal

Integer

optional; start index

HyperlinkStrSuf

String

optional; suffix

 

Example

 

 

Used by: Selection collection