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

Parameters

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