Class PointSetHashtable.PointList
Implements
IGridElement3
Inherited Members
System.Collections.Generic.List<System.Int32>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<System.Int32>.System.Collections.IList.set_Item(System.Int32, System.Object)
Namespace: gs
Assembly: cs.temp.dll.dll
Syntax
public class PointList : List<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable, IGridElement3
Methods
CreateNewGridElement(Boolean)
Declaration
public IGridElement3 CreateNewGridElement(bool bCopy)
Parameters
Type | Name | Description |
---|---|---|
Boolean | bCopy |
Returns
Type | Description |
---|---|
IGridElement3 |
Implements
IGridElement3