Class PointCollection
Inheritance
PointCollection
Assembly: NXOpen.dll
Syntax
public class PointCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PointCollection()
Declaration
protected PointCollection()
PointCollection(DiagrammingManager)
Declaration
protected PointCollection(DiagrammingManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreatePointBuilder(Point)
Declaration
public PointBuilder CreatePointBuilder(Point pointGeometry)
Parameters
Type |
Name |
Description |
Point |
pointGeometry |
|
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public Point FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink