Class BaseResultType
Inheritance
System.Object
System.MarshalByRefObject
BaseResultType
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class BaseResultType : TaggedObject, IMessageSink
Constructors
BaseResultType()
Declaration
protected BaseResultType()
Properties
Complex
Declaration
public bool Complex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Datatype
Declaration
public Result.DataType Datatype { get; }
Property Value
Type | Description |
---|---|
Result.DataType |
Location
Declaration
public Result.Location Location { get; }
Property Value
Type | Description |
---|---|
Result.Location |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
Declaration
public Result.Quantity Quantity { get; }
Property Value
Type | Description |
---|---|
Result.Quantity |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
AskComponents(out Result.Component[])
Declaration
public string[] AskComponents(out Result.Component[] components)
Parameters
Type | Name | Description |
---|---|---|
Result.Component[] | components |
Returns
Type | Description |
---|---|
System.String[] |
AskDefaultUnitForComponent(Result.Component)
Declaration
public Unit AskDefaultUnitForComponent(Result.Component component)
Parameters
Type | Name | Description |
---|---|---|
Result.Component | component |
Returns
Type | Description |
---|---|
Unit |
GetSectionDefined()
Declaration
public Result.Section[] GetSectionDefined()
Returns
Type | Description |
---|---|
Result.Section[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink