Search Results for

    Show / Hide Table of Contents

    Class ViewStyleBaseBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStyleBaseBuilder
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewStyleBaseBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewStyleBaseBuilder()

    Declaration
    protected ViewStyleBaseBuilder()

    Properties

    Arrangement

    Declaration
    public ArrangementsBuilder Arrangement { get; }
    Property Value
    Type Description
    ArrangementsBuilder

    ArrangementName

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

    FacetedRepresentation

    Declaration
    [Obsolete("Deprecated in NX8.5.1.  Use Drawings.ViewStyleGeneralBuilder.ViewRepresentation instead.")]
    public bool FacetedRepresentation { get; set; }
    Property Value
    Type Description
    bool

    InheritClippingBoundary

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

    Part

    Declaration
    public Part Part { get; set; }
    Property Value
    Type Description
    Part

    PartName

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

    TransferAnnotation

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

    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