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 (24.3.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
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(SymbolInfoSvg)
Determines if two SymbolInfoSvg structures are equal.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Top
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