Search Results for

    Show / Hide Table of Contents

    Class AttributePropertiesBaseBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    AttributePropertiesBaseBuilder
    AttributePropertiesBuilder
    PartCreationObjectAttributePropertiesBuilder
    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 AttributePropertiesBaseBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    AttributePropertiesBaseBuilder()

    Declaration
    protected AttributePropertiesBaseBuilder()

    Properties

    ArrayIndex

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

    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
    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
    int

    IsArray

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

    IsReferenceType

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

    LockOnSave

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

    NumberValue

    Declaration
    public double NumberValue { get; set; }
    Property Value
    Type Description
    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
    string

    Title

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

    Units

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

    ValueAlias

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

    Methods

    ApplyUnits()

    Declaration
    public bool ApplyUnits()
    Returns
    Type Description
    bool

    CreateAttribute()

    Declaration
    public bool CreateAttribute()
    Returns
    Type Description
    bool

    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