Search Results for

    Show / Hide Table of Contents

    Class AttributePropertiesBaseBuilder

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

    Constructors

    AttributePropertiesBaseBuilder()

    Declaration
    protected AttributePropertiesBaseBuilder()

    Properties

    ArrayIndex

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

    BooleanValue

    Declaration
    public AttributePropertiesBaseBuilder.BooleanValueOptions BooleanValue { get; set; }
    Property Value
    Type Description
    AttributePropertiesBaseBuilder.BooleanValueOptions

    Category

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

    DataType

    Declaration
    public AttributePropertiesBaseBuilder.DataTypeOptions DataType { get; set; }
    Property Value
    Type Description
    AttributePropertiesBaseBuilder.DataTypeOptions

    DateValue

    Declaration
    public DateBuilder DateValue { get; }
    Property Value
    Type Description
    DateBuilder

    Expression

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

    IntegerValue

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

    IsArray

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

    IsReferenceType

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

    LockOnSave

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

    NumberValue

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

    ObjectPicker

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.AttributePropertiesBaseBuilder.SetAttributeObjects instead.")]
    public AttributePropertiesBaseBuilder.ObjectOptions ObjectPicker { get; set; }
    Property Value
    Type Description
    AttributePropertiesBaseBuilder.ObjectOptions

    SelectedObjects

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

    StringValue

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

    Title

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

    Units

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

    ValueAlias

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

    Methods

    ApplyUnits()

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

    CreateAttribute()

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

    Delete(NXObject)

    Declaration
    public void Delete(NXObject object)
    Parameters
    Type Name Description
    NXObject object

    DeleteArray(NXObject)

    Declaration
    public void DeleteArray(NXObject object)
    Parameters
    Type Name Description
    NXObject object

    SetAttributeObjects(NXObject[])

    Declaration
    public void SetAttributeObjects(NXObject[] objects)
    Parameters
    Type Name Description
    NXObject[] objects

    Implements

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