Search Results for

    Show / Hide Table of Contents

    Class PartsListBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PartsListBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class PartsListBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    PartsListBuilder()

    Declaration
    protected PartsListBuilder()

    Properties

    AllowManualRows

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

    AutomaticUpdate

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

    CalloutSuffix

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

    CharToSkip

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

    CreateNewRowAsLocked

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

    GrowDirectionOptions

    Declaration
    public PartsListBuilder.PartsListGrowDirectionOptions GrowDirectionOptions { get; set; }
    Property Value
    Type Description
    PartsListBuilder.PartsListGrowDirectionOptions

    HighlightColor

    Declaration
    public NXColor HighlightColor { get; set; }
    Property Value
    Type Description
    NXColor

    HighlightManualText

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

    Increment

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

    InitialCallout

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

    LockPartsListSetup

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

    MainSymbolCustomText

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

    MainSymbolText

    Declaration
    public PartsListBuilder.PartsListMainSymbolText MainSymbolText { get; set; }
    Property Value
    Type Description
    PartsListBuilder.PartsListMainSymbolText

    ReferenceSymbolCustomText

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

    ReferenceSymbolText

    Declaration
    public PartsListBuilder.PartsListReferenceSymbolText ReferenceSymbolText { get; set; }
    Property Value
    Type Description
    PartsListBuilder.PartsListReferenceSymbolText

    ShowLockedDeletedRows

    Declaration
    public PartsListBuilder.PartsListShowLockedDeletedRows ShowLockedDeletedRows { get; set; }
    Property Value
    Type Description
    PartsListBuilder.PartsListShowLockedDeletedRows

    ShowReferenceCalloutSuffix

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

    SortOnUpdate

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

    Symbol

    Declaration
    public PartsListBuilder.PartsListSymbolType Symbol { get; set; }
    Property Value
    Type Description
    PartsListBuilder.PartsListSymbolType

    VerticalGroupAttachment

    Declaration
    public PartsListBuilder.PartsListVerticalGroupLeaderAttachment VerticalGroupAttachment { get; set; }
    Property Value
    Type Description
    PartsListBuilder.PartsListVerticalGroupLeaderAttachment

    Methods

    Validate()

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

    Implements

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