Class Vector2DListAccessor
Inheritance
System.Object
Vector2DListAccessor
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class Vector2DListAccessor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Methods
CreateNewFromVectorList(IReadOnlyList<Vector2D>)
Declaration
public Vector2DListAccessor CreateNewFromVectorList(IReadOnlyList<Vector2D> list)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.IReadOnlyList<Vector2D> |
list |
|
Returns
GetVectorList()
Declaration
public ReadOnlyCollection<Vector2D> GetVectorList()
Returns
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<Vector2D> |
|
Implements
System.IEquatable<T>
Extension Methods