Search Results for

    Show / Hide Table of Contents

    Class EffectivityAttributePropertiesBuilder

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

    Constructors

    EffectivityAttributePropertiesBuilder()

    Declaration
    protected EffectivityAttributePropertiesBuilder()

    Properties

    Category

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

    DisplayValue

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

    EffectivityTableBuilder

    Declaration
    public EffectivityTableBuilder EffectivityTableBuilder { get; }
    Property Value
    Type Description
    EffectivityTableBuilder

    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

    Methods

    CreateAttribute()

    Declaration
    public bool CreateAttribute()
    Returns
    Type Description
    bool

    Delete(NXObject)

    Declaration
    public void Delete(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