Search Results for

    Show / Hide Table of Contents

    Class SheetZoneSettingsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SheetZoneSettingsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Drawings
    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
    System.Boolean

    CornerZoneModification

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

    CreateZoneLabels

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

    CreateZoneMarkings

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

    CreateZones

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

    HorizontalSize

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

    LabelColor

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

    LabelFont

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

    LabelHeight

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

    LabelItalicized

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

    LabelsToSkip

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

    LabelWidth

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

    MarkingHeight

    Declaration
    public double MarkingHeight { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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