Hi Aaron,
Thank you for contacting us.
The MapPolygonModel implements the IMap2DShape interface which is public and defines the Locations property:
I hope this helps.
Regards,
Rosy Topchiyska
Telerik
Thank you for contacting us.
The MapPolygonModel implements the IMap2DShape interface which is public and defines the Locations property:
var shape = WorkspaceSpaces.Source.Shapes.Where(s => s.GetAttribute(
"ID"
).ToString().Equals(
"1"
)).FirstOrDefault();
if
(shape !=
null
)
{
var locations = (shape
as
IMap2DShape).Locations;
}
I hope this helps.
Regards,
Rosy Topchiyska
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items