MapDataInfoSvgSvgPaths Property  | 
 
            Gets the shapes of this map instance as a collection of 
PathInfoSvg.
            
 
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<PathInfoSvg> SvgPaths { get; }Public ReadOnly Property SvgPaths As ICollection(Of PathInfoSvg)
	Get
public:
property ICollection<PathInfoSvg>^ SvgPaths {
	ICollection<PathInfoSvg>^ get ();
}member SvgPaths : ICollection<PathInfoSvg> with get
Property Value
Type: 
ICollectionPathInfoSvg
See Also