Class ImportResultParameters
Inheritance
ImportResultParameters
Assembly: NXOpen.dll
Syntax
public class ImportResultParameters : TaggedObject, IMessageSink
Constructors
ImportResultParameters()
Declaration
protected ImportResultParameters()
Properties
InferResultUnit
Declaration
public bool InferResultUnit { get; set; }
Property Value
Parent
Declaration
public CaePart Parent { get; set; }
Property Value
ResultName
Declaration
public string ResultName { get; set; }
Property Value
SyncWithParent
Declaration
public bool SyncWithParent { get; set; }
Property Value
UnitSystem
Declaration
public ResultUnitSystem UnitSystem { get; set; }
Property Value
UpdateNavigator
Declaration
public bool UpdateNavigator { get; set; }
Property Value
Methods
GetResultFiles(out string[])
Declaration
public void GetResultFiles(out string[] resultFileNames)
Parameters
Type |
Name |
Description |
string[] |
resultFileNames |
|
SetResultFiles(string[])
Declaration
public void SetResultFiles(string[] resultFileNames)
Parameters
Type |
Name |
Description |
string[] |
resultFileNames |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink