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