Description:
The DataViewItem Interface is exposed by all Particle Data View sub-operators. Available in 3ds Max 2014 and higher.
Methods:
<boolean>hasComments()
Returns true if the sub-operator contains comments.
<string>getComments()
Returns the comment as string.
<void>setComments <string>comments
Sets the sub-operator's comment to the provided string argument.
<string>getName()
Returns the name of the sub-operator as string.
<void>setName <string>name
Sets the name of the sub-operator to the provided string argument.