Search Results for

    Show / Hide Table of Contents

    Class ObjectGeneralPropertiesBuilder

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

    Constructors

    ObjectGeneralPropertiesBuilder()

    Declaration
    protected ObjectGeneralPropertiesBuilder()

    Properties

    Active

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

    AddComponents

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

    AddIndex

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

    ApplyToComponent

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

    GroupDisplayProperties

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

    Index

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

    Name

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

    NameLocationSpecified

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

    SelectedObjects

    Declaration
    public SelectNXObjectList SelectedObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    TopLevel

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

    UniqueMembership

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

    Methods

    ApplyToAllOccurrences()

    Declaration
    public void ApplyToAllOccurrences()

    Delete()

    Declaration
    public void Delete()

    GetNameLocation()

    Declaration
    public Point3d GetNameLocation()
    Returns
    Type Description
    Point3d

    SetNameLocation(Point3d)

    Declaration
    public void SetNameLocation(Point3d nameLocation)
    Parameters
    Type Name Description
    Point3d nameLocation

    Implements

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