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
)
Public Sub New (
id As String,
name As String
)
public:
PathInfoSvg(
String^ id,
String^ name
)
new :
id : string *
name : string -> PathInfoSvg
Parameters
- id
- Type: SystemString
The ID of the path. - name
- Type: SystemString
The name of the path.
See Also