Search Results for

    Show / Hide Table of Contents

    Class FeaturesBatchOperationBuilder

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

    Constructors

    FeaturesBatchOperationBuilder()

    Declaration
    protected FeaturesBatchOperationBuilder()

    Properties

    ConfigurationFile

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

    Parts

    Declaration
    public SelectPartList Parts { get; }
    Property Value
    Type Description
    SelectPartList

    Type

    Declaration
    public FeaturesBatchOperationBuilder.Types Type { get; set; }
    Property Value
    Type Description
    FeaturesBatchOperationBuilder.Types

    Methods

    AddFeatureType(string)

    Declaration
    public void AddFeatureType(string featureType)
    Parameters
    Type Name Description
    string featureType

    ClearFeatureTypes()

    Declaration
    public void ClearFeatureTypes()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX