Search Results for

    Show / Hide Table of Contents

    Class ComponentPatternBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ComponentPatternBuilder
    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.Assemblies
    Assembly: NXOpen.dll
    Syntax
    public class ComponentPatternBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ComponentPatternBuilder()

    Declaration
    protected ComponentPatternBuilder()

    Properties

    Associative

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

    ComponentPatternSet

    Declaration
    public SelectDisplayableObjectList ComponentPatternSet { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    CopyConstraintPattern

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

    PatternService

    Declaration
    public PatternDefinition PatternService { get; }
    Property Value
    Type Description
    PatternDefinition

    Methods

    GetDynamicPositioning()

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

    SetDynamicPositioning(Boolean)

    Declaration
    public void SetDynamicPositioning(bool isDynamicPositioning)
    Parameters
    Type Name Description
    System.Boolean isDynamicPositioning

    SetObject(ComponentPattern)

    Declaration
    public void SetObject(ComponentPattern compPattern)
    Parameters
    Type Name Description
    ComponentPattern compPattern

    Implements

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