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