PathInfoSvg Constructor

Initializes a new instance of the PathInfoSvg 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 PathInfoSvg(
	string id,
	string name
)

Parameters

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