Search Results for

    Show / Hide Table of Contents

    Class LoadOptions

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    LoadOptions
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Boolean

    AllowSubstitution

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

    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
    System.Boolean

    LoadLatest

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

    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
    System.Boolean

    Tag

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

    UseLightweightRepresentations

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

    UsePartialLoading

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

    Methods

    GetBookmarkComponentsToLoad(out Boolean, out LoadOptions.BookmarkComponents)

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

    GetDefaultReferenceSets()

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

    GetInterpartData(out Boolean, out LoadOptions.Parent)

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

    GetSearchDirectories(out String[], out Boolean[])

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

    Restore(String)

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

    Save(String)

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

    SetBookmarkComponentsToLoad(Boolean, Boolean, LoadOptions.BookmarkComponents)

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

    SetDefaultReferenceSets(String[])

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

    SetInterpartData(Boolean, LoadOptions.Parent)

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

    SetSearchDirectories(String[], Boolean[])

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

    Implements

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