Class ToolingDrawingCollection
Inheritance
System.Object
System.MarshalByRefObject
ToolingDrawingCollection
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.Tooling
Assembly: NXOpen.dll
Syntax
public class ToolingDrawingCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ToolingDrawingCollection()
Declaration
protected ToolingDrawingCollection()
ToolingDrawingCollection(ToolingManager)
Declaration
protected ToolingDrawingCollection(ToolingManager owner)
Parameters
| Type | Name | Description |
|---|---|---|
| ToolingManager | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
Methods
CreateAssemblyDrawingBuilder()
Declaration
public AssemblyDrawingBuilder CreateAssemblyDrawingBuilder()
Returns
| Type | Description |
|---|---|
| AssemblyDrawingBuilder |
CreateAutoDimensionBuilder()
Declaration
public AutoDimensionBuilder CreateAutoDimensionBuilder()
Returns
| Type | Description |
|---|---|
| AutoDimensionBuilder |
CreateComponentDrawingBuilder()
Declaration
public CompDrawingBuilder CreateComponentDrawingBuilder()
Returns
| Type | Description |
|---|---|
| CompDrawingBuilder |
CreateDrawingSheetNameBuilder()
Declaration
public DrawingSheetNameBuilder CreateDrawingSheetNameBuilder()
Returns
| Type | Description |
|---|---|
| DrawingSheetNameBuilder |
CreateSectionLineCreationBuilder()
Declaration
public SectionLineCreationBuilder CreateSectionLineCreationBuilder()
Returns
| Type | Description |
|---|---|
| SectionLineCreationBuilder |
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
ToArray()
Declaration
public CompDrawingBuilder[] ToArray()
Returns
| Type | Description |
|---|---|
| CompDrawingBuilder[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable