MapDataInfoSvgSvgSymbols Property |
Gets the shapes of this map instance as a collection of
SymbolInfoSvg.
Namespace: Dundas.BI.Utility.MapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
ICollectionSymbolInfoSvg
See Also