MapDataInfoSvgSvgShapes Property  | 
 
            Gets the shapes of this map instance as a collection of 
ShapeInfoSvg.
            
 
    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<ShapeInfoSvg> SvgShapes { get; }Public ReadOnly Property SvgShapes As ICollection(Of ShapeInfoSvg)
	Get
public:
property ICollection<ShapeInfoSvg>^ SvgShapes {
	ICollection<ShapeInfoSvg>^ get ();
}member SvgShapes : ICollection<ShapeInfoSvg> with get
Property Value
Type: 
ICollectionShapeInfoSvg
See Also