What is the syntax for AttrInsert?
AttrInsert(DimName, PrevAttr, AttrName, Type)
- DimName = The dimension for which you want to create an element attribute.
- PrevAttr = The attribute that precedes the attribute you are creating.
- AttrName = The name you want to assign to the new attribute.
- Type = The type of attribute. There are three possible values for the Type argument:
- N – Creates a numeric attribute.
- S – Creates a string attribute.
- A – Creates an alias attribute.