Class ShapeCollection
Inheritance
ShapeCollection
Assembly: NXOpen.dll
Syntax
public class ShapeCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ShapeCollection()
Declaration
protected ShapeCollection()
ShapeCollection(DiagrammingManager)
Declaration
protected ShapeCollection(DiagrammingManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateShapeBuilder(Shape)
Declaration
public ShapeBuilder CreateShapeBuilder(Shape shape)
Parameters
Type |
Name |
Description |
Shape |
shape |
|
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 Shape FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink