Class Series2D
Inheritance
System.Object
Series2D
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class Series2D : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Points
Declaration
public ReadOnlyCollection<Vector2D> Points { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<Vector2D> |
|
Implements
System.IEquatable<T>
Extension Methods