SymbolInfoSvg Constructor

Initializes a new instance of the SymbolInfoSvg structure.

Namespace: Dundas.BI.Utility.Map
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public SymbolInfoSvg(
	string id,
	string name
)

Parameters

id  String
The ID of the shape.
name  String
The name of the shape.
See Also