Initializes a new instance of the
PathInfoSvg structure.
Namespace: Dundas.BI.Utility.MapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 -> PathInfoSvgParameters
- id String
- The ID of the path.
- name String
- The name of the path.
See Also