IEditableItem.GetContours() Method
In This Article
Returns the list of contours the editable item contains.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
ContourInfoList GetContours()
#Returns
Type | Description |
---|---|
Contour |
The list of contours the editable item contains. |
See Also