Search Results for

    Show / Hide Table of Contents

    Class SheetBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    SheetBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class SheetBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder

    Constructors

    SheetBuilder()

    Declaration
    protected SheetBuilder()

    Properties

    AllowJumpers

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

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    JumperType

    Declaration
    public DiagrammingJumpertype JumperType { get; set; }
    Property Value
    Type Description
    DiagrammingJumpertype

    Opacity

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    PaxFileName

    Declaration
    public string PaxFileName { get; set; }
    Property Value
    Type Description
    System.String

    PresentationName

    Declaration
    public string PresentationName { get; set; }
    Property Value
    Type Description
    System.String

    ToolTip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String

    Units

    Declaration
    public Unit Units { get; set; }
    Property Value
    Type Description
    Unit

    UpdatePAXFile

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

    Methods

    GetFeatures()

    Declaration
    public SheetElement[] GetFeatures()
    Returns
    Type Description
    SheetElement[]

    GetSheetElements()

    Declaration
    public SheetElement[] GetSheetElements()
    Returns
    Type Description
    SheetElement[]

    GetSize(out Double, out Double)

    Declaration
    public void GetSize(out double height, out double width)
    Parameters
    Type Name Description
    System.Double height
    System.Double width

    SetSize(Double, Double)

    Declaration
    public void SetSize(double height, double width)
    Parameters
    Type Name Description
    System.Double height
    System.Double width

    Implements

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