Search Results for

    Show / Hide Table of Contents

    Class SheetZoneSettingsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SheetZoneSettingsBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class SheetZoneSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SheetZoneSettingsBuilder()

    Declaration
    protected SheetZoneSettingsBuilder()

    Properties

    ContinueZoneIndexingAcrossSheets

    Declaration
    public bool ContinueZoneIndexingAcrossSheets { get; set; }
    Property Value
    Type Description
    bool

    CornerZoneModification

    Declaration
    public double CornerZoneModification { get; set; }
    Property Value
    Type Description
    double

    CreateZoneLabels

    Declaration
    public bool CreateZoneLabels { get; set; }
    Property Value
    Type Description
    bool

    CreateZoneMarkings

    Declaration
    public bool CreateZoneMarkings { get; set; }
    Property Value
    Type Description
    bool

    CreateZones

    Declaration
    public bool CreateZones { get; set; }
    Property Value
    Type Description
    bool

    HorizontalSize

    Declaration
    public double HorizontalSize { get; set; }
    Property Value
    Type Description
    double

    LabelColor

    Declaration
    public int LabelColor { get; set; }
    Property Value
    Type Description
    int

    LabelFont

    Declaration
    public int LabelFont { get; set; }
    Property Value
    Type Description
    int

    LabelHeight

    Declaration
    public double LabelHeight { get; set; }
    Property Value
    Type Description
    double

    LabelItalicized

    Declaration
    public bool LabelItalicized { get; set; }
    Property Value
    Type Description
    bool

    LabelWidth

    Declaration
    public int LabelWidth { get; set; }
    Property Value
    Type Description
    int

    LabelsToSkip

    Declaration
    public string LabelsToSkip { get; set; }
    Property Value
    Type Description
    string

    MarkingHeight

    Declaration
    public double MarkingHeight { get; set; }
    Property Value
    Type Description
    double

    MarkingLineColorWidth

    Declaration
    public LineColorFontWidthBuilder MarkingLineColorWidth { get; }
    Property Value
    Type Description
    LineColorFontWidthBuilder

    Origin

    Declaration
    public ZoneOrigin Origin { get; set; }
    Property Value
    Type Description
    ZoneOrigin

    VerticalSize

    Declaration
    public double VerticalSize { get; set; }
    Property Value
    Type Description
    double

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX