Search Results for

    Show / Hide Table of Contents

    Class DrawingCreationWizardBuilder

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

    Constructors

    DrawingCreationWizardBuilder()

    Declaration
    protected DrawingCreationWizardBuilder()

    Properties

    ApplyTemplateToAll

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

    Attributes

    Declaration
    public AttributeItemBuilderList Attributes { get; }
    Property Value
    Type Description
    AttributeItemBuilderList

    DetailID

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

    Discipline

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

    DrawingStyle

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

    ExcludedContent

    Declaration
    public SelectComponentList ExcludedContent { get; }
    Property Value
    Type Description
    SelectComponentList

    Folder

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

    IntroductoryTemplate

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

    Name

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

    Number

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

    PrimaryContent

    Declaration
    public PrimaryContentItemBuilderList PrimaryContent { get; }
    Property Value
    Type Description
    PrimaryContentItemBuilderList

    References

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

    Revision

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

    SecondaryContent

    Declaration
    public SelectComponentList SecondaryContent { get; }
    Property Value
    Type Description
    SelectComponentList

    Methods

    GetSummary()

    Declaration
    public string[] GetSummary()
    Returns
    Type Description
    System.String[]

    SetObjectCreateBuilder(ObjectCreateBuilder)

    Declaration
    public void SetObjectCreateBuilder(ObjectCreateBuilder objectCreateBuilder)
    Parameters
    Type Name Description
    ObjectCreateBuilder objectCreateBuilder

    SetSummary(String[])

    Declaration
    public void SetSummary(string[] summary)
    Parameters
    Type Name Description
    System.String[] summary

    Implements

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