Class DrawingSheetBuilder
Inheritance
System.Object
System.MarshalByRefObject
DrawingSheetBuilder
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
Assembly: NXOpen.dll
Syntax
public class DrawingSheetBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
DrawingSheetBuilder()
Declaration
protected DrawingSheetBuilder()
Properties
ColumnCount
Declaration
public int ColumnCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DrawingTemplate
Declaration
public DrawingTemplateBuilder DrawingTemplate { get; }
Property Value
Type | Description |
---|---|
DrawingTemplateBuilder |
Layout
Declaration
public DrawingSheetBuilder.LayoutOptions Layout { get; set; }
Property Value
Type | Description |
---|---|
DrawingSheetBuilder.LayoutOptions |
RowCount
Declaration
public int RowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SheetName
Declaration
public string SheetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SheetScale
Declaration
public string SheetScale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SymbolFlag
Declaration
public bool SymbolFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewList
Declaration
public SectionViewBuilderList ViewList { get; }
Property Value
Type | Description |
---|---|
SectionViewBuilderList |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink