Namespace: Dundas.BI.Utility.MapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ShapeInfoSvg(
string id,
string name
)
Public Sub New (
id As String,
name As String
)
public:
ShapeInfoSvg(
String^ id,
String^ name
)
new :
id : string *
name : string -> ShapeInfoSvgParameters
- id String
- The ID of the shape.
- name String
- The name of the shape.
See Also