Class LoadOptions
Assembly: NXOpen.dll
Syntax
public class LoadOptions : NXRemotableObject, IMessageSink
Constructors
LoadOptions(PartCollection)
Declaration
protected LoadOptions(PartCollection owner)
Parameters
Properties
AbortOnFailure
Declaration
public bool AbortOnFailure { get; set; }
Property Value
AllowSubstitution
Declaration
public bool AllowSubstitution { get; set; }
Property Value
BookmarkRefsetLoadBehavior
Declaration
public LoadOptions.BookmarkRefsets BookmarkRefsetLoadBehavior { get; set; }
Property Value
ComponentLoadMethod
Declaration
public LoadOptions.LoadMethod ComponentLoadMethod { get; set; }
Property Value
ComponentsToLoad
Declaration
public LoadOptions.LoadComponents ComponentsToLoad { get; set; }
Property Value
GenerateMissingPartFamilyMembers
Declaration
public bool GenerateMissingPartFamilyMembers { get; set; }
Property Value
LoadLatest
Declaration
public bool LoadLatest { get; set; }
Property Value
ManagedModeComponentLoadMethod
Declaration
public LoadOptions.ManagedModeLoadMethod ManagedModeComponentLoadMethod { get; set; }
Property Value
OptionUpdateSubsetOnLoad
Declaration
public LoadOptions.UpdateSubsetOnLoad OptionUpdateSubsetOnLoad { get; set; }
Property Value
PartLoadOption
Declaration
public LoadOptions.LoadOption PartLoadOption { get; set; }
Property Value
ReferenceSetOverride
Declaration
public bool ReferenceSetOverride { get; set; }
Property Value
Tag
Declaration
Property Value
UseLightweightRepresentations
Declaration
public bool UseLightweightRepresentations { get; set; }
Property Value
UsePartialLoading
Declaration
public bool UsePartialLoading { get; set; }
Property Value
Methods
GetBookmarkComponentsToLoad(out bool, out BookmarkComponents)
Declaration
public void GetBookmarkComponentsToLoad(out bool restoreAnt, out LoadOptions.BookmarkComponents componentsLoadOption)
Parameters
GetDefaultReferenceSets()
Declaration
public string[] GetDefaultReferenceSets()
Returns
GetInterpartData(out bool, out Parent)
Declaration
public void GetInterpartData(out bool interpartOption, out LoadOptions.Parent parentOption)
Parameters
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
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
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