Open this page in the API Guide

SymbolInfoSvg Structure

An SVG representation of a symbol.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public struct SymbolInfoSvg : IEquatable<SymbolInfoSvg>

The SymbolInfoSvg type exposes the following members.

Constructors
  NameDescription
Public methodSymbolInfoSvg
Initializes a new instance of the SymbolInfoSvg structure.
Top
Properties
  NameDescription
Public propertyAlternateNames
Gets the alternate names of the symbol.
Public propertyContextData
Gets the context data of the symbol.
Public propertyId
Gets the ID of the symbol.
Public propertyName
Gets the name of the symbol.
Public propertyTags
Gets the list of tags of the symbol.
Public propertyX
Gets the X point of the symbol.
Public propertyY
Gets the Y point of the symbol.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Determine if two SymbolInfoSvg structures are equal.
Public operatorStatic memberInequality
Determine if two SymbolInfoSvg structures are not equal.
Top
See Also