Search Results for

    Show / Hide Table of Contents

    Class ViewStyleDetailBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStyleDetailBuilder
    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 ViewStyleDetailBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewStyleDetailBuilder()

    Declaration
    protected ViewStyleDetailBuilder()

    Properties

    Align

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

    Circular

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

    ClipViewBoundary

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

    CreateIndependentDetailView

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

    Offset

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

    Orient

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

    Scale

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

    Sheet

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

    ViewBoundaryColor

    Declaration
    public NXColor ViewBoundaryColor { get; set; }
    Property Value
    Type Description
    NXColor

    ViewBoundaryFont

    Declaration
    public Font ViewBoundaryFont { get; set; }
    Property Value
    Type Description
    Font

    ViewBoundaryWidth

    Declaration
    public Width ViewBoundaryWidth { get; set; }
    Property Value
    Type Description
    Width

    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