Open this page in the API Guide

ShapeInfoSvg.AlternateNames Property

Gets the alternate names of the shape.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IList<string> AlternateNames {
	get;
 }

Property Value

Type: IList<String>
The alternate names of the shape.
See Also