Search Results for

    Show / Hide Table of Contents

    Class SheetElementBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    SheetElementBuilder
    ConnectableElementBuilder
    ConnectionBuilder
    BaseGeometryBuilder
    GroupBuilder
    LeaderLineBuilder
    PortBuilder
    ShapeBuilder
    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 SheetElementBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder

    Constructors

    SheetElementBuilder()

    Declaration
    protected SheetElementBuilder()

    Properties

    Height

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

    HeightPolicy

    Declaration
    public DiagrammingSizingpolicy HeightPolicy { get; set; }
    Property Value
    Type Description
    DiagrammingSizingpolicy

    Internal

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

    Label

    Declaration
    public Annotation Label { get; }
    Property Value
    Type Description
    Annotation

    LabelName

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

    Location

    Declaration
    public LocationBuilder Location { get; }
    Property Value
    Type Description
    LocationBuilder

    LocationStyle

    Declaration
    public DiagrammingLocationstyle LocationStyle { get; set; }
    Property Value
    Type Description
    DiagrammingLocationstyle

    MirrorX

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

    MirrorY

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

    Owner

    Declaration
    public SheetElement Owner { get; set; }
    Property Value
    Type Description
    SheetElement

    OwningSheet

    Declaration
    public Sheet OwningSheet { get; }
    Property Value
    Type Description
    Sheet

    ResizeOption

    Declaration
    public SheetElementBuilder.ResizeOptionType ResizeOption { get; set; }
    Property Value
    Type Description
    SheetElementBuilder.ResizeOptionType

    Rotation

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

    SourceElement

    Declaration
    public SheetElement SourceElement { get; }
    Property Value
    Type Description
    SheetElement

    UpToDate

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

    Visible

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

    Width

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

    WidthPolicy

    Declaration
    public DiagrammingSizingpolicy WidthPolicy { get; set; }
    Property Value
    Type Description
    DiagrammingSizingpolicy

    X

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

    Y

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

    ZDepth

    Declaration
    public int ZDepth { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetAllowedTransformations(out Boolean, out Boolean, out Boolean, out Boolean)

    Declaration
    public void GetAllowedTransformations(out bool isAllowedTranslation, out bool isAllowedRotation, out bool isAllowedScale, out bool isAllowedShear)
    Parameters
    Type Name Description
    System.Boolean isAllowedTranslation
    System.Boolean isAllowedRotation
    System.Boolean isAllowedScale
    System.Boolean isAllowedShear

    GetMinNodeSize(out Double[])

    Declaration
    public void GetMinNodeSize(out double[] sizeValues)
    Parameters
    Type Name Description
    System.Double[] sizeValues

    SetMinNodeSize(Double[])

    Declaration
    public void SetMinNodeSize(double[] sizeValues)
    Parameters
    Type Name Description
    System.Double[] sizeValues

    SetOwningSheet(Sheet)

    Declaration
    public void SetOwningSheet(Sheet owningSheet)
    Parameters
    Type Name Description
    Sheet owningSheet

    Implements

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