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