Class InspectionTrackPointCollection
Inheritance
InspectionTrackPointCollection
Assembly: NXOpen.dll
Syntax
public class InspectionTrackPointCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
InspectionTrackPointCollection()
Declaration
protected InspectionTrackPointCollection()
Declaration
protected InspectionTrackPointCollection(InspectionTool owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
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 TrackPoint FindObject(string sid)
Parameters
Type |
Name |
Description |
string |
sid |
|
Returns
ToArray()
Declaration
public TrackPoint[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink