Class Scene.Selection_.PointsList
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.Selection_.PointsList : List<Scene.Selection_.Outline.Point>, IList<Scene.Selection_.Outline.Point>, ICollection<Scene.Selection_.Outline.Point>, IList, ICollection, IReadOnlyList<Scene.Selection_.Outline.Point>, IReadOnlyCollection<Scene.Selection_.Outline.Point>, IEnumerable<Scene.Selection_.Outline.Point>, IEnumerable
Constructors
Name | Description |
---|---|
PointsList(string) | Constructs a point list from given points string. |
Methods
Name | Description |
---|---|
Equals(PointsList) | Determines whether passed instance has the same value as this one. |
Equals(object) | Determines whether passed object has the same type and value as this one. |
GetHashCode() | Provides a numeric value that is used to identify an object in hash-based algorithms. |
ToString() | Returns a string that represents the current object. |
Operators
Name | Description |
---|---|
operator ==(PointsList, PointsList) | Determines whether two specified instances have the same value. |
operator !=(PointsList, PointsList) | Determines whether two specified instances have different values. |