Version: 15.0

    Show / Hide Table of Contents

    Class PlaneVectorFieldData

    Inheritance
    System.Object
    PlaneVectorFieldData
    Namespace: SMT.MastaAPI.Utility.Vectors
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public sealed class PlaneVectorFieldData : MarshalByRefObjectPermanent

    Properties

    Titles

    Declaration
    public string[] Titles { get; }
    Property Value
    Type Description
    System.String[]

    Values

    Declaration
    public double[, ] Values { get; }
    Property Value
    Type Description
    System.Double[,]
    Back to top