Skip to main content

Working with attributes of a Graphic

Comments

1 comment

  • Permanently deleted user

    ForEach string key in Graphic.Attributes.Keys should work. Then you can grab the actual values like this: myObject = Graphic.Attributes(key)

    0

Please sign in to leave a comment.