menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VectorDictionary - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VectorDictionary

    Represents the methods and properties for VectorDictionary element and its attributes

    Inheritance
    System.Object
    VectorDictionary
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class VectorDictionary

    Constructors

    VectorDictionary()

    Declaration
    public VectorDictionary()

    Properties

    VectorFields

    Gets the "VectorFields" value

    Declaration
    public VectorFields VectorFields { get; }
    Property Value
    Type
    VectorFields

    Methods

    GetVectorInstance()

    Returns List of "VectorInstance" value

    Declaration
    public List<VectorInstance> GetVectorInstance()
    Returns
    Type Description
    System.Collections.Generic.List<VectorInstance>

    Cloned list of "VectorInstance" value

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved