Class MarkerCollection
Inheritance
System.Object
System.MarshalByRefObject
MarkerCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class MarkerCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
MarkerCollection()
Declaration
protected MarkerCollection()
MarkerCollection(Part)
Declaration
protected MarkerCollection(Part owner)
Parameters
Type | Name | Description |
---|---|---|
Part | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
Create(String, Marker.MarkerType, Link, Point, NXMatrix)
Declaration
public Marker Create(string name, Marker.MarkerType subtype, Link link, Point origin, NXMatrix orientation)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Marker.MarkerType | subtype | |
Link | link | |
Point | origin | |
NXMatrix | orientation |
Returns
Type | Description |
---|---|
Marker |
CreateMarkerBuilder(Marker)
Declaration
public MarkerBuilder CreateMarkerBuilder(Marker marker)
Parameters
Type | Name | Description |
---|---|---|
Marker | marker |
Returns
Type | Description |
---|---|
MarkerBuilder |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
FindObject(String)
Declaration
public Marker FindObject(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
Marker |
ToArray()
Declaration
public Marker[] ToArray()
Returns
Type | Description |
---|---|
Marker[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable