PathInfoSvgSvgPathString Property

Gets the string representation of the path as an SVG.

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 string SvgPathString {
	get;
 }

Property Value

Type: String
The string representation of the path in SVG.
See Also