Search Results for

    Show / Hide Table of Contents

    Class LoadOptions

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    LoadOptions
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class LoadOptions : NXRemotableObject, IMessageSink

    Constructors

    LoadOptions(PartCollection)

    Declaration
    protected LoadOptions(PartCollection owner)
    Parameters
    Type Name Description
    PartCollection owner

    Properties

    AbortOnFailure

    Declaration
    public bool AbortOnFailure { get; set; }
    Property Value
    Type Description
    bool

    AllowSubstitution

    Declaration
    public bool AllowSubstitution { get; set; }
    Property Value
    Type Description
    bool

    BookmarkRefsetLoadBehavior

    Declaration
    public LoadOptions.BookmarkRefsets BookmarkRefsetLoadBehavior { get; set; }
    Property Value
    Type Description
    LoadOptions.BookmarkRefsets

    ComponentLoadMethod

    Declaration
    public LoadOptions.LoadMethod ComponentLoadMethod { get; set; }
    Property Value
    Type Description
    LoadOptions.LoadMethod

    ComponentsToLoad

    Declaration
    public LoadOptions.LoadComponents ComponentsToLoad { get; set; }
    Property Value
    Type Description
    LoadOptions.LoadComponents

    GenerateMissingPartFamilyMembers

    Declaration
    public bool GenerateMissingPartFamilyMembers { get; set; }
    Property Value
    Type Description
    bool

    LoadLatest

    Declaration
    public bool LoadLatest { get; set; }
    Property Value
    Type Description
    bool

    ManagedModeComponentLoadMethod

    Declaration
    public LoadOptions.ManagedModeLoadMethod ManagedModeComponentLoadMethod { get; set; }
    Property Value
    Type Description
    LoadOptions.ManagedModeLoadMethod

    OptionUpdateSubsetOnLoad

    Declaration
    public LoadOptions.UpdateSubsetOnLoad OptionUpdateSubsetOnLoad { get; set; }
    Property Value
    Type Description
    LoadOptions.UpdateSubsetOnLoad

    PartLoadOption

    Declaration
    public LoadOptions.LoadOption PartLoadOption { get; set; }
    Property Value
    Type Description
    LoadOptions.LoadOption

    ReferenceSetOverride

    Declaration
    public bool ReferenceSetOverride { get; set; }
    Property Value
    Type Description
    bool

    Tag

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

    UseLightweightRepresentations

    Declaration
    public bool UseLightweightRepresentations { get; set; }
    Property Value
    Type Description
    bool

    UsePartialLoading

    Declaration
    public bool UsePartialLoading { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetBookmarkComponentsToLoad(out bool, out BookmarkComponents)

    Declaration
    public void GetBookmarkComponentsToLoad(out bool restoreAnt, out LoadOptions.BookmarkComponents componentsLoadOption)
    Parameters
    Type Name Description
    bool restoreAnt
    LoadOptions.BookmarkComponents componentsLoadOption

    GetDefaultReferenceSets()

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

    GetInterpartData(out bool, out Parent)

    Declaration
    public void GetInterpartData(out bool interpartOption, out LoadOptions.Parent parentOption)
    Parameters
    Type Name Description
    bool interpartOption
    LoadOptions.Parent parentOption

    GetSearchDirectories(out string[], out bool[])

    Declaration
    public void GetSearchDirectories(out string[] searchDirectories, out bool[] searchSubDirs)
    Parameters
    Type Name Description
    string[] searchDirectories
    bool[] searchSubDirs

    Restore(string)

    Declaration
    public void Restore(string optionsFile)
    Parameters
    Type Name Description
    string optionsFile

    Save(string)

    Declaration
    public void Save(string optionsFile)
    Parameters
    Type Name Description
    string optionsFile

    SetBookmarkComponentsToLoad(bool, bool, BookmarkComponents)

    Declaration
    public void SetBookmarkComponentsToLoad(bool restoreAnt, bool restoreFullyLoadedStatus, LoadOptions.BookmarkComponents componentsLoadOption)
    Parameters
    Type Name Description
    bool restoreAnt
    bool restoreFullyLoadedStatus
    LoadOptions.BookmarkComponents componentsLoadOption

    SetDefaultReferenceSets(string[])

    Declaration
    public void SetDefaultReferenceSets(string[] referenceSets)
    Parameters
    Type Name Description
    string[] referenceSets

    SetInterpartData(bool, Parent)

    Declaration
    public void SetInterpartData(bool interpartOption, LoadOptions.Parent parentOption)
    Parameters
    Type Name Description
    bool interpartOption
    LoadOptions.Parent parentOption

    SetSearchDirectories(string[], bool[])

    Declaration
    public void SetSearchDirectories(string[] searchDirectories, bool[] searchSubDirs)
    Parameters
    Type Name Description
    string[] searchDirectories
    bool[] searchSubDirs

    Implements

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