Search Results for

    Show / Hide Table of Contents

    Class EmbedManagerBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    EmbedManagerBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    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
    Assembly: NXOpen.dll
    Syntax
    public class EmbedManagerBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    EmbedManagerBuilder()

    Declaration
    protected EmbedManagerBuilder()

    Properties

    Area

    Declaration
    public EmbedManagerBuilder.UsageAreaTypes Area { get; set; }
    Property Value
    Type Description
    EmbedManagerBuilder.UsageAreaTypes

    EmbedFileBrowser

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

    EmbedNativeFileBrowser

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

    ExportDirectory

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

    Location

    Declaration
    public EmbedManagerBuilder.LocationTypes Location { get; set; }
    Property Value
    Type Description
    EmbedManagerBuilder.LocationTypes

    NewNameFile

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

    ReplaceFileBrowser

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

    ReplaceNativeFileBrowser

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

    Task

    Declaration
    public EmbedManagerBuilder.TaskTypes Task { get; set; }
    Property Value
    Type Description
    EmbedManagerBuilder.TaskTypes

    Methods

    GetEmbeddedFile()

    Declaration
    public int[] GetEmbeddedFile()
    Returns
    Type Description
    int[]

    GetEmbeddedFileNames()

    Declaration
    public string[] GetEmbeddedFileNames()
    Returns
    Type Description
    string[]

    SetEmbeddedFile(int[])

    Declaration
    public void SetEmbeddedFile(int[] embeddedFileIndex)
    Parameters
    Type Name Description
    int[] embeddedFileIndex

    Implements

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