Tagged Questions
0
votes
0answers
69 views
Set feature properties in Mapguide
I'm trying to put information (name, value) in a point, this is my property definition
MgClassDefinition classDefinition = new MgClassDefinition();
classDefinition.SetName("Points");
...