Class DrawingAutomationBuilder
Inheritance
System.Object
System.MarshalByRefObject
DrawingAutomationBuilder
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features.ShipDesign.GeneralArrangement
Assembly: NXOpen.dll
Syntax
public class DrawingAutomationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DrawingAutomationBuilder()
Declaration
protected DrawingAutomationBuilder()
Properties
ViewList
Declaration
public DrawingItemBuilderList ViewList { get; }
Property Value
Type | Description |
---|---|
DrawingItemBuilderList |
ViewType
Declaration
public string ViewType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateDrawingTableItemBuilder()
Declaration
public DrawingTableItemBuilder CreateDrawingTableItemBuilder()
Returns
Type | Description |
---|---|
DrawingTableItemBuilder |
CreateDrawingViewItemBuilder()
Declaration
public DrawingViewItemBuilder CreateDrawingViewItemBuilder()
Returns
Type | Description |
---|---|
DrawingViewItemBuilder |
Find(String)
Declaration
public TaggedObject Find(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
TaggedObject |
Implements
System.Runtime.Remoting.Messaging.IMessageSink