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 (24.3.0.1000)
Syntax
public SymbolInfoSvg(
	string id,
	string name
)

Parameters

id
Type: SystemString
The ID of the shape.
name
Type: SystemString
The name of the shape.
See Also