Class PolylineCollection
Inheritance
PolylineCollection
Assembly: NXOpen.dll
Syntax
public class PolylineCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PolylineCollection()
Declaration
protected PolylineCollection()
PolylineCollection(BasePart)
Declaration
protected PolylineCollection(BasePart owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateThroughPoints(UpdateOption, Point[], bool)
Declaration
public Polyline CreateThroughPoints(SmartObject.UpdateOption updateOption, Point[] points, bool isClosed)
Parameters
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 Polyline FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public Polyline[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink