Class LoadOptions
Inheritance
System.Object
System.MarshalByRefObject
LoadOptions
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
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
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
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
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
Type |
Description |
System.Boolean |
|
Tag
Declaration
Property Value
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
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
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
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
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