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 (24.3.0.1000)
Syntax public 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:
ICollectionSymbolInfoSvgSee Also