add attributes to a graphic
I would like to add new attributes to an existing graphic in a featureset inside the workflow. But it seems like not possible. I either see the error message "graphic is not serializable", or "featureset is not serializable". Please help.
0
-
Adding attributes should be does in an assign:
graphic.Attributes("MyData") = "Some Values"
I wonder where you are getting those serialization errors from. What are you doing with the graphic/featureset?0
Please sign in to leave a comment.
Comments
1 comment