Search Results for

    Show / Hide Table of Contents

    Class DrawingViewItemBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DrawingItemBuilder
    DrawingViewItemBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    DrawingItemBuilder.CreateItem
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 DrawingViewItemBuilder : DrawingItemBuilder, IMessageSink, IComponentBuilder

    Constructors

    DrawingViewItemBuilder()

    Declaration
    protected DrawingViewItemBuilder()

    Properties

    HorizontalFrameBarPosition

    Declaration
    public DrawingViewItemBuilder.FrameBarPositionType HorizontalFrameBarPosition { get; set; }
    Property Value
    Type Description
    DrawingViewItemBuilder.FrameBarPositionType

    ShowFireAndSafetyPlanSymbol

    Declaration
    public bool ShowFireAndSafetyPlanSymbol { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowHorizontalFrameBar

    Declaration
    public bool ShowHorizontalFrameBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowOpeningFillingLine

    Declaration
    public bool ShowOpeningFillingLine { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowOverallDimension

    Declaration
    public bool ShowOverallDimension { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowPMILabel

    Declaration
    public bool ShowPMILabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowVerticalFrameBar

    Declaration
    public bool ShowVerticalFrameBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    VerticalFrameBarPosition

    Declaration
    public DrawingViewItemBuilder.FrameBarPositionType VerticalFrameBarPosition { get; set; }
    Property Value
    Type Description
    DrawingViewItemBuilder.FrameBarPositionType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX